Class IndexedList.ArrayBacked<E>

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

public abstract static class IndexedList.ArrayBacked<E> extends IndexedList<E>
Author:
Eike Stepper
  • Constructor Details

    • ArrayBacked

      public ArrayBacked()
  • Method Details