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