T - elements typepublic class SemanticList<T> extends AbstractList<T> implements RandomAccess
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<T> |
datas |
protected Map<Object,Integer> |
index |
modCount| Constructor and Description |
|---|
SemanticList(Collection<T> c) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
protected Map<Object,Integer> |
getIndex() |
int |
indexOf(Object o) |
int |
size() |
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic SemanticList(Collection<T> c)
Copyright © 2004-2011 CodeLutin. All Rights Reserved.