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