Class LazyList.SubList<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, org.eclipse.emf.common.util.EList<E>
Enclosing class:
LazyList<E>

public static class LazyList.SubList<E> extends LazyList.NonCachingList<E>
LazyList that presents a sub-range of the underlying list.