public static final class OfflineIterable.OfflineIterator<A,B extends A> extends AbstractObjectIterator<B> implements SafelyCloseable
OfflineIterable
void
close()
protected void
finalize()
boolean
hasNext()
B
next()
remove, skip
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
Iterator<B extends A>
public B next()
next
public void close()
close
Closeable
AutoCloseable
protected void finalize() throws Throwable
finalize
Object
Throwable