Class LazyOrderedSet.AppendOrderedSet.AppendOrderedSetListIterator

  • All Implemented Interfaces:
    java.util.Iterator<E>, java.util.ListIterator<E>
    Enclosing class:
    LazyOrderedSet.AppendOrderedSet<E>

    public class LazyOrderedSet.AppendOrderedSet.AppendOrderedSetListIterator
    extends LazyCollection.WrappedListIterator
    Iterator that appends an object to the underlying collection, except when it already occurs in the underlying collection.