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