Class LazyOrderedSet.PrependOrderedSet.PrependOrderedSetListIterator

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

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