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