Class UnmodifiableListIterator<E>

  • 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