Class LazyCollection.SubtractionIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.CachingIterator
org.eclipse.m2m.atl.emftvm.util.LazyCollection.SubtractionIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
LazyCollection<E>

public class LazyCollection.SubtractionIterator extends LazyCollection<E>.CachingIterator
LazyCollection.ReadOnlyIterator that returns elements contained in this underlying collection, but not in the other underlying collection.