Class LazyList.ReverseList<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.ReverseList<E> extends LazyList.NonCachingList<E>
LazyList that reverses the order of the underlying list.