Class LazyList.InsertAtList<E>

Type Parameters:
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.InsertAtList<E> extends LazyList.AppendList<E>
LazyList that inserts an element it a given index in the underlying collection. List index starts at 0.