Iterator<T>
private final Iterator<? extends T>
iterator
private
IteratorWrapper(Iterator<? extends T> iterator)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove