@GwtCompatible public abstract class UnmodifiableListIterator<E> extends UnmodifiableIterator<E> implements java.util.ListIterator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableListIterator()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(E e)
Deprecated.
Unsupported operation.
|
void |
set(E e)
Deprecated.
Unsupported operation.
|
removeprotected UnmodifiableListIterator()