public class WrapArrayIntoList<T>
extends java.util.AbstractList<T>
| Constructor and Description |
|---|
WrapArrayIntoList(T[] data,
int size) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
boolean |
isEmpty() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic WrapArrayIntoList(T[] data, int size)