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