public class CloseableIterator<T> extends java.lang.Object implements java.util.Iterator<T>
CloseableIterator()
void
close()
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public CloseableIterator()
public boolean hasNext()
hasNext
java.util.Iterator<T>
public void close()
public T next()
next