public abstract class ReadOnlyIterator<T> extends Object implements Iterator<T>
Iterator
remove()
ReadOnlyIterator()
void
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next
public ReadOnlyIterator()
public final void remove()
remove
Iterator<T>