T - The type of the item that this list containspublic abstract class FixedSizeList<T>
extends java.util.AbstractList<T>
| Constructor and Description |
|---|
FixedSizeList() |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
abstract T |
readItem(int index)
Reads the item at
index |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait