Class LazyList.PrependList<E>

Type Parameters:
E - the collection 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.PrependList<E> extends LazyList.AppendList<E>
LazyList that prepends an element to the underlying LazyList.