Class LazyOrderedSet.InsertAtOrderedSet.InsertAtOrderedSetListIterator

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

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