Class LazySet.IncludingSet.IncludingSetIterator

  • All Implemented Interfaces:
    java.util.Iterator<E>
    Enclosing class:
    LazySet.IncludingSet<E>

    public class LazySet.IncludingSet.IncludingSetIterator
    extends LazyCollection.WrappedIterator
    Iterator that appends an object to the underlying collection, except when it already occurs in the underlying collection.