Class LazyCollection.UnionSetIterator

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

public class LazyCollection.UnionSetIterator extends LazyCollection<E>.CachingSetIterator
Iterator that returns first the elements of the underlying collection, then the elements of the other collection, with all duplicates removed.