public class ImmutableList<T> extends AbstractList<T> implements RandomAccess
modCount| Constructor and Description |
|---|
ImmutableList(T[] data) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic ImmutableList(T[] data)