org.apache.commons.collections.primitives.adapters
abstract class AbstractListLongList extends AbstractCollectionLongCollection implements LongList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Method Summary | |
---|---|
void | add(int index, long element) |
boolean | addAll(int index, LongCollection collection) |
boolean | equals(Object obj) |
long | get(int index) |
protected Collection | getCollection() |
protected abstract List | getList() |
int | hashCode() |
int | indexOf(long element) |
int | lastIndexOf(long element) |
LongListIterator | listIterator() |
LongListIterator | listIterator(int index) |
long | removeElementAt(int index) |
long | set(int index, long element) |
LongList | subList(int fromIndex, int toIndex) |