public abstract class UnmodifiableListIterator<E> extends UnmodifiableIterator<E> implements ListIterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
add(E e)
Deprecated.
Unsupported operation.
|
void |
set(E e)
Deprecated.
Unsupported operation.
|
removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeforEachRemaining@Deprecated public final void add(E e)
add in interface ListIterator<E>UnsupportedOperationException - always@Deprecated public final void set(E e)
set in interface ListIterator<E>UnsupportedOperationException - alwaysCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.