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 an
OfflineIterable
.-
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 Details
-
hasNext
public boolean hasNext() -
next
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
finalize
-