Iterator<T>
ReadOnlyIterator(Iterator<T> base)
boolean
hasNext()
T
next()
static <T> ReadOnlyIterator<T>
of(Iterator<T> i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
hasNext
next