org.apache.commons.collections.primitives.decorators
abstract class BaseProxyLongList extends BaseProxyLongCollection implements LongList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/27 23:46:10 $
| Constructor Summary | |
|---|---|
| protected | BaseProxyLongList() |
| Method Summary | |
|---|---|
| void | add(int index, long element) |
| boolean | addAll(int index, LongCollection collection) |
| long | get(int index) |
| protected LongCollection | getProxiedCollection() |
| protected abstract LongList | getProxiedList() |
| 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) |