Package it.unimi.dsi.io
Class OfflineIterable.OfflineIterator<A,B extends A>
- java.lang.Object
-
- it.unimi.dsi.io.OfflineIterable.OfflineIterator<A,B>
-
- All Implemented Interfaces:
ObjectIterator<B>,SafelyCloseable,Closeable,AutoCloseable,Iterator<B>
- Enclosing class:
- OfflineIterable<T,U extends T>
public static final class OfflineIterable.OfflineIterator<A,B extends A> extends Object implements ObjectIterator<B>, SafelyCloseable
An iterator returned by anOfflineIterable.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator
skip
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-