Class 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.