Class LazySet.IncludingSet.IncludingSetIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.WrappedIterator
org.eclipse.m2m.atl.emftvm.util.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.