Class LazyCollection.CachingSetIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.CachingIterator
org.eclipse.m2m.atl.emftvm.util.LazyCollection.CachingSetIterator
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
LazyCollection.UnionSetIterator
Enclosing class:
LazyCollection<E>

public class LazyCollection.CachingSetIterator extends LazyCollection<E>.CachingIterator
LazyCollection.ReadOnlyIterator that removes duplicate values from the underlying collection.