Class IndexedList<E>

java.lang.Object
org.eclipse.net4j.util.collection.IndexedList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>
Direct Known Subclasses:
IndexedList.ArrayBacked

public abstract class IndexedList<E> extends Object implements List<E>
Since:
3.0
Author:
Eike Stepper