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:
- java.lang.Iterable<E>,- java.util.Collection<E>,- java.util.List<E>
 - Enclosing class:
- IndexedList<E>
 
 public abstract static class IndexedList.ArrayBacked<E> extends IndexedList<E> - Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.collection.IndexedListIndexedList.ArrayBacked<E>
 
- 
 - 
Constructor SummaryConstructors Constructor Description ArrayBacked()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Eget(int i)protected abstract E[]getArray()intsize()- 
Methods inherited from class org.eclipse.net4j.util.collection.IndexedListadd, add, addAll, addAll, clear, contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray, toString
 
- 
 
- 
- 
- 
Method Detail- 
getArrayprotected abstract E[] getArray() 
 - 
getpublic E get(int i) - Specified by:
- getin interface- java.util.List<E>
- Specified by:
- getin class- IndexedList<E>
 
 - 
sizepublic int size() - Specified by:
- sizein interface- java.util.Collection<E>
- Specified by:
- sizein interface- java.util.List<E>
- Specified by:
- sizein class- IndexedList<E>
 
 
- 
 
-