public abstract class UnmodifiableIterator<E> extends Object implements Iterator<E>
remove()
.Modifier and Type | Method and Description |
---|---|
void |
remove()
Deprecated.
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next
@Deprecated public final void remove()
remove
in interface Iterator<E>
UnsupportedOperationException
- alwaysCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.