Class ImmutableListIterator<T>

  • Type Parameters:
    T - Items type
    All Implemented Interfaces:
    Iterator<T>, ListIterator<T>

    public final class ImmutableListIterator<T>
    extends Object
    implements ListIterator<T>
    Immutable ListIterator that doesn't allow mutations.

    There is no thread-safety guarantee.

    Since:
    1.0