org.apache.commons.collections.primitives.adapters
abstract class AbstractCollectionByteCollection extends Object implements ByteCollection
Since: Commons Collections 2.2
Version: $Revision: 1.1 $ $Date: 2003/10/13 22:46:48 $
Constructor Summary | |
---|---|
protected | AbstractCollectionByteCollection() |
Method Summary | |
---|---|
boolean | add(byte element) |
boolean | addAll(ByteCollection c) |
void | clear() |
boolean | contains(byte element) |
boolean | containsAll(ByteCollection c) |
protected abstract Collection | getCollection() |
boolean | isEmpty() |
ByteIterator | iterator() |
boolean | removeAll(ByteCollection c) |
boolean | removeElement(byte element) |
boolean | retainAll(ByteCollection c) |
int | size() |
byte[] | toArray() |
byte[] | toArray(byte[] dest) |
String | toString() |