Class LazyOrderedSet.PrependOrderedSet.PrependOrderedSetIterator

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

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