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>
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.net4j.util.collection.IndexedList
IndexedList.ArrayBacked<E>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.net4j.util.collection.IndexedList
add, add, addAll, addAll, clear, contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
ArrayBacked
public ArrayBacked()
-
-
Method Details
-
getArray
-
get
-
size
public int size()- Specified by:
size
in interfaceCollection<E>
- Specified by:
size
in interfaceList<E>
- Specified by:
size
in classIndexedList<E>
-