Class LazyOrderedSet.InsertAtOrderedSet.InsertAtOrderedSetListIterator

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

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