public abstract class UnmodifiableIterator<E> extends Object implements Iterator<E>
protected
UnmodifiableIterator()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next
protected UnmodifiableIterator()
public final void remove()
remove
Iterator<E>
UnsupportedOperationException
Copyright © 2019. All rights reserved.