org.apache.commons.collections.primitives.decorators
abstract class BaseProxyLongCollection extends Object implements LongCollection
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/27 23:46:10 $
| Constructor Summary | |
|---|---|
| protected | BaseProxyLongCollection() |
| Method Summary | |
|---|---|
| boolean | add(long element) |
| boolean | addAll(LongCollection c) |
| void | clear() |
| boolean | contains(long element) |
| boolean | containsAll(LongCollection c) |
| boolean | equals(Object obj) |
| protected abstract LongCollection | getProxiedCollection() |
| int | hashCode() |
| boolean | isEmpty() |
| LongIterator | iterator() |
| boolean | removeAll(LongCollection c) |
| boolean | removeElement(long element) |
| boolean | retainAll(LongCollection c) |
| int | size() |
| long[] | toArray() |
| long[] | toArray(long[] a) |
| String | toString() |