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, subList
get, getProxiedCollection, indexOf, lastIndexOf
contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
contains, containsAll, isEmpty, size, toArray, toArray
private IntList proxied
UnmodifiableIntList(IntList list)
protected IntList getProxiedList()
getProxiedList
in class BaseProxyIntList
Copyright (c) 2002-2003 - Apache Software Foundation