Class LazyOrderedSet.PrependOrderedSet.PrependOrderedSetIterator

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

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