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