T
- public class UnmodifiableBasicList64Adapter<T> extends java.lang.Object implements UnmodifiableBasicList64<T>, UnmodifiableBasicList<T>
EMPTY_UNMODIFIABLEBASICLIST
EMPTY_GETITEMWITHSIZEANDITERATOR64
EMPTY_UNMODIFIABLEBASICLIST
EMPTY_GETITEMWITHSIZEANDITERATOR
Constructor and Description |
---|
UnmodifiableBasicList64Adapter(java.util.List<T> list) |
Modifier and Type | Method and Description |
---|---|
T |
get(int pos) |
T |
get64(long pos) |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
int |
size() |
long |
size64() |
java.util.List<T> |
toList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEmpty, isEmpty, isEmptyQuietly
public UnmodifiableBasicList64Adapter(java.util.List<T> list)
public java.util.Iterator<T> iterator()
iterator
in interface java.lang.Iterable<T>
public java.util.List<T> toList()
toList
in interface UnmodifiableBasicList<T>
toList
in interface UnmodifiableBasicList64<T>