Class LazyCollection.IntersectionIterator

All Implemented Interfaces:
Iterator<E>
Enclosing class:
LazyCollection<E>

public class LazyCollection.IntersectionIterator extends LazyCollection<E>.CachingIterator
LazyCollection.ReadOnlyIterator that returns only elements contained in both underlying collections.