Class LazyListOnList<E>

Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, org.eclipse.emf.common.util.EList<E>

public class LazyListOnList<E> extends LazyListOnCollection<E>
LazyList that passes method calls through to the underlying List, where possible, instead of going via iterators.