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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public InsertionCountList()
Copyright © 2005–2017. All rights reserved.