com.google.common.collect
@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)
Guaranteed to throw an exception and leave the underlying data unmodified.
|
void |
set(E e)
Guaranteed to throw an exception and leave the underlying data unmodified.
|
remove
protected UnmodifiableListIterator()