org.apache.commons.collections.primitives.decorators
abstract class BaseProxyIntList extends BaseProxyIntCollection implements IntList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Constructor Summary | |
---|---|
protected | BaseProxyIntList() |
Method Summary | |
---|---|
void | add(int index, int element) |
boolean | addAll(int index, IntCollection collection) |
int | get(int index) |
protected IntCollection | getProxiedCollection() |
protected abstract IntList | getProxiedList() |
int | indexOf(int element) |
int | lastIndexOf(int element) |
IntListIterator | listIterator() |
IntListIterator | listIterator(int index) |
int | removeElementAt(int index) |
int | set(int index, int element) |
IntList | subList(int fromIndex, int toIndex) |