Class LazySet.IncludingSet.IncludingSetIterator

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

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