org.apache.commons.collections.primitives.adapters
abstract class AbstractCollectionDoubleCollection extends Object implements DoubleCollection
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Constructor Summary | |
---|---|
protected | AbstractCollectionDoubleCollection() |
Method Summary | |
---|---|
boolean | add(double element) |
boolean | addAll(DoubleCollection c) |
void | clear() |
boolean | contains(double element) |
boolean | containsAll(DoubleCollection c) |
protected abstract Collection | getCollection() |
boolean | isEmpty() |
DoubleIterator | iterator() |
boolean | removeAll(DoubleCollection c) |
boolean | removeElement(double element) |
boolean | retainAll(DoubleCollection c) |
int | size() |
double[] | toArray() |
double[] | toArray(double[] dest) |
String | toString() |