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