java.util.Iterator<E>, java.util.ListIterator<E>@GwtCompatible public abstract class UnmodifiableListIterator<E> extends UnmodifiableIterator<E> implements java.util.ListIterator<E>
| Modifier | Constructor | Description |
|---|---|---|
protected |
UnmodifiableListIterator() |
Constructor for use by subclasses.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(E e) |
Deprecated.
Unsupported operation.
|
void |
set(E e) |
Deprecated.
Unsupported operation.
|
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveprotected UnmodifiableListIterator()