org.apache.commons.collections.primitives.decorators
abstract class BaseProxyDoubleList extends BaseProxyDoubleCollection implements DoubleList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 19:39:12 $
Constructor Summary | |
---|---|
protected | BaseProxyDoubleList() |
Method Summary | |
---|---|
void | add(int index, double element) |
boolean | addAll(int index, DoubleCollection collection) |
double | get(int index) |
protected DoubleCollection | getProxiedCollection() |
protected abstract DoubleList | getProxiedList() |
int | indexOf(double element) |
int | lastIndexOf(double element) |
DoubleListIterator | listIterator() |
DoubleListIterator | listIterator(int index) |
double | removeElementAt(int index) |
double | set(int index, double element) |
DoubleList | subList(int fromIndex, int toIndex) |