Iterator<T>
PeekIterator
PushbackIterator(Iterator<T> iter)
void
forEachRemaining(Consumer<? super T> action)
boolean
hasNext()
T
next()
pushback(T item)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
remove
hasNext
next
forEachRemaining