public class InsertionCountList<T> extends AbstractList<T>
modCount| Constructor and Description |
|---|
InsertionCountList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
T |
get(int index) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic InsertionCountList()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.