public final class UnmodifiableIntList extends BaseUnmodifiableIntList implements java.io.Serializable
| Constructor and Description |
|---|
UnmodifiableIntList(IntList list) |
| Modifier and Type | Method and Description |
|---|---|
protected IntList |
getProxiedList() |
static IntList |
wrap(IntList list) |
add, add, addAll, addAll, clear, iterator, listIterator, listIterator, removeAll, removeElement, removeElementAt, retainAll, set, subListget, getProxiedCollection, indexOf, lastIndexOfcontains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontains, containsAll, isEmpty, size, toArray, toArrayprivate IntList proxied
UnmodifiableIntList(IntList list)
protected IntList getProxiedList()
getProxiedList in class BaseProxyIntListCopyright (c) 2002-2003 - Apache Software Foundation