public abstract class CloseableIteratorAdapter<T> extends Object implements CloseableIterator<T>
CloseableIteratorAdapter(Iterator<T> it)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
forEachRemaining
public CloseableIteratorAdapter(Iterator<T> it)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2018. All rights reserved.