org.apache.commons.collections.primitives.decorators
abstract class BaseUnmodifiableDoubleList extends BaseProxyDoubleList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 19:39:12 $
Method Summary | |
---|---|
void | add(int index, double element) |
boolean | add(double element) |
boolean | addAll(int index, DoubleCollection collection) |
boolean | addAll(DoubleCollection c) |
void | clear() |
DoubleIterator | iterator() |
DoubleListIterator | listIterator() |
DoubleListIterator | listIterator(int index) |
boolean | removeAll(DoubleCollection c) |
boolean | removeElement(double element) |
double | removeElementAt(int index) |
boolean | retainAll(DoubleCollection c) |
double | set(int index, double element) |
DoubleList | subList(int fromIndex, int toIndex) |