public class UnmodifiableBasicListArrayAdapter<T> extends java.lang.Object implements UnmodifiableBasicList<T>
EMPTY_UNMODIFIABLEBASICLISTEMPTY_GETITEMWITHSIZEANDITERATOR| Constructor and Description |
|---|
UnmodifiableBasicListArrayAdapter(T[] array) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int i) |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
int |
size() |
java.util.List<T> |
toList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEmpty, isEmpty, isEmptyQuietlypublic UnmodifiableBasicListArrayAdapter(T[] array)