org.apache.commons.collections.primitives.adapters
abstract class AbstractListByteList extends AbstractCollectionByteCollection implements ByteList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Method Summary | |
---|---|
void | add(int index, byte element) |
boolean | addAll(int index, ByteCollection collection) |
boolean | equals(Object obj) |
byte | get(int index) |
protected Collection | getCollection() |
protected abstract List | getList() |
int | hashCode() |
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) |