Class LazyBag.BagIntersectionIterator

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

public class LazyBag.BagIntersectionIterator extends LazyCollection<E>.CachingIterator
LazyCollection.ReadOnlyIterator that returns only elements contained in both underlying collections, where the element occurs as often as in the collection with the least occurrences of the element.