org.apache.commons.collections.primitives.decorators
abstract class BaseProxyFloatCollection extends Object implements FloatCollection
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 20:07:54 $
Constructor Summary | |
---|---|
protected | BaseProxyFloatCollection() |
Method Summary | |
---|---|
boolean | add(float element) |
boolean | addAll(FloatCollection c) |
void | clear() |
boolean | contains(float element) |
boolean | containsAll(FloatCollection c) |
boolean | equals(Object obj) |
protected abstract FloatCollection | getProxiedCollection() |
int | hashCode() |
boolean | isEmpty() |
FloatIterator | iterator() |
boolean | removeAll(FloatCollection c) |
boolean | removeElement(float element) |
boolean | retainAll(FloatCollection c) |
int | size() |
float[] | toArray() |
float[] | toArray(float[] a) |
String | toString() |