org.apache.commons.collections.primitives.decorators
abstract class BaseUnmodifiableIntList extends BaseProxyIntList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Method Summary | |
---|---|
void | add(int index, int element) |
boolean | add(int element) |
boolean | addAll(int index, IntCollection collection) |
boolean | addAll(IntCollection c) |
void | clear() |
IntIterator | iterator() |
IntListIterator | listIterator() |
IntListIterator | listIterator(int index) |
boolean | removeAll(IntCollection c) |
boolean | removeElement(int element) |
int | removeElementAt(int index) |
boolean | retainAll(IntCollection c) |
int | set(int index, int element) |
IntList | subList(int fromIndex, int toIndex) |