Class LazyList.UnionListIterator

All Implemented Interfaces:
Iterator<E>, ListIterator<E>
Enclosing class:
LazyList<E>

public class LazyList.UnionListIterator extends LazyCollection<E>.WrappedListIterator
ListIterator that returns first the elements of the underlying collection, then the elements of the other collection.