org.apache.commons.collections.primitives.adapters
abstract class AbstractCollectionCharCollection extends Object implements CharCollection
Since: Commons Primitives 0.1
Version: $Revision: 1.2 $ $Date: 2003/10/14 20:04:17 $
| Constructor Summary | |
|---|---|
| protected | AbstractCollectionCharCollection() |
| Method Summary | |
|---|---|
| boolean | add(char element) |
| boolean | addAll(CharCollection c) |
| void | clear() |
| boolean | contains(char element) |
| boolean | containsAll(CharCollection c) |
| protected abstract Collection | getCollection() |
| boolean | isEmpty() |
| CharIterator | iterator() |
| boolean | removeAll(CharCollection c) |
| boolean | removeElement(char element) |
| boolean | retainAll(CharCollection c) |
| int | size() |
| char[] | toArray() |
| char[] | toArray(char[] dest) |
| String | toString() |