org.apache.commons.collections.primitives.adapters
abstract class AbstractDoubleListList extends AbstractDoubleCollectionCollection implements List
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
| Method Summary | |
|---|---|
| void | add(int index, Object element) |
| boolean | addAll(int index, Collection c) |
| boolean | equals(Object obj) |
| Object | get(int index) |
| protected DoubleCollection | getDoubleCollection() |
| protected abstract DoubleList | getDoubleList() |
| int | hashCode() |
| int | indexOf(Object element) |
| int | lastIndexOf(Object element) |
| ListIterator | listIterator() |
| ListIterator | listIterator(int index) |
| Object | remove(int index) |
| Object | set(int index, Object element) |
| List | subList(int fromIndex, int toIndex) |