org.apache.commons.collections.primitives.decorators
abstract class BaseProxyIntCollection extends Object implements IntCollection
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Constructor Summary | |
---|---|
protected | BaseProxyIntCollection() |
Method Summary | |
---|---|
boolean | add(int element) |
boolean | addAll(IntCollection c) |
void | clear() |
boolean | contains(int element) |
boolean | containsAll(IntCollection c) |
boolean | equals(Object obj) |
protected abstract IntCollection | getProxiedCollection() |
int | hashCode() |
boolean | isEmpty() |
IntIterator | iterator() |
boolean | removeAll(IntCollection c) |
boolean | removeElement(int element) |
boolean | retainAll(IntCollection c) |
int | size() |
int[] | toArray() |
int[] | toArray(int[] a) |
String | toString() |