Class LazyList.UnionList<E>

Type Parameters:
E - The list element type.
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, org.eclipse.emf.common.util.EList<E>
Enclosing class:
LazyList<E>

public static class LazyList.UnionList<E> extends LazyList.NonCachingList<E>
LazyList that represents a union of the underlying LazyList and the added LazyList.