Class UnmodifiableListIterator<E extends @Nullable Object>

java.lang.Object
com.google.common.collect.UnmodifiableIterator<E>
com.google.common.collect.UnmodifiableListIterator<E>
All Implemented Interfaces:
Iterator<E>, ListIterator<E>

@GwtCompatible public abstract class UnmodifiableListIterator<E extends @Nullable Object> extends UnmodifiableIterator<E> implements ListIterator<E>
A list iterator that does not support UnmodifiableIterator.remove(), add(E), or set(E).
Since:
7.0
Author:
Louis Wasserman