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