Class LazyCollection.UnionIterator

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

public class LazyCollection.UnionIterator extends LazyCollection<E>.WrappedIterator
Iterator that returns first the elements of the underlying collection, then the elements of the other collection.