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