Class LazyList.AppendList<E>

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

public static class LazyList.AppendList<E> extends LazyList.NonCachingList<E>
LazyList that appends an element to the underlying LazyList.