org.apache.commons.collections.primitives.decorators
abstract class BaseProxyByteList extends BaseProxyByteCollection implements ByteList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $
Constructor Summary | |
---|---|
protected | BaseProxyByteList() |
Method Summary | |
---|---|
void | add(int index, byte element) |
boolean | addAll(int index, ByteCollection collection) |
byte | get(int index) |
protected ByteCollection | getProxiedCollection() |
protected abstract ByteList | getProxiedList() |
int | indexOf(byte element) |
int | lastIndexOf(byte element) |
ByteListIterator | listIterator() |
ByteListIterator | listIterator(int index) |
byte | removeElementAt(int index) |
byte | set(int index, byte element) |
ByteList | subList(int fromIndex, int toIndex) |