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:
it.unimi.dsi.fastutil.objects.ObjectIterator<B>
,SafelyCloseable
,java.io.Closeable
,java.lang.AutoCloseable
,java.util.Iterator<B>
- Enclosing class:
- OfflineIterable<T,U extends T>
public static final class OfflineIterable.OfflineIterator<A,B extends A> extends java.lang.Object implements it.unimi.dsi.fastutil.objects.ObjectIterator<B>, SafelyCloseable
An iterator returned by anOfflineIterable
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
finalize()
boolean
hasNext()
B
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<A>
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-