|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.net4j.util.collection.IndexedList<E>
org.eclipse.net4j.util.collection.IndexedList.ArrayBacked<E>

| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.net4j.util.collection.IndexedList |
|---|
IndexedList.ArrayBacked<E> |
| Constructor Summary | |
|---|---|
IndexedList.ArrayBacked()
|
|
| Method Summary | |
|---|---|
E |
get(int i)
|
protected abstract E[] |
getArray()
|
int |
size()
|
| 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.List |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public IndexedList.ArrayBacked()
| Method Detail |
|---|
protected abstract E[] getArray()
public E get(int i)
get in interface List<E>get in class IndexedList<E>public int size()
size in interface Collection<E>size in interface List<E>size in class IndexedList<E>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||