public abstract class UnmodifiableIterator<E> extends Object implements Iterator<E>
remove().| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableIterator()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
remove()
Deprecated.
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, nextprotected UnmodifiableIterator()
@Deprecated public final void remove()
remove in interface Iterator<E>UnsupportedOperationException - alwaysCopyright © 2020. All rights reserved.