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