Class UnmodifiableListIterator<E>

java.lang.Object
org.apache.commons.collections4.iterators.UnmodifiableListIterator<E>
Type Parameters:
E - the type of elements returned by this iterator.
All Implemented Interfaces:
Iterator<E>, ListIterator<E>, Unmodifiable

public final class UnmodifiableListIterator<E> extends Object implements ListIterator<E>, Unmodifiable
Decorates a list iterator such that it cannot be modified.

Attempts to modify it will result in an UnsupportedOperationException.

Since:
3.0