Class LazyListOnCollection<E>

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

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