org.apache.commons.collections.primitives.adapters
abstract class AbstractListIntList extends AbstractCollectionIntCollection implements IntList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:39 $
| Method Summary | |
|---|---|
| void | add(int index, int element) |
| boolean | addAll(int index, IntCollection collection) |
| boolean | equals(Object obj) |
| int | get(int index) |
| protected Collection | getCollection() |
| protected abstract List | getList() |
| int | hashCode() |
| 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) |