org.apache.commons.collections.primitives.decorators
abstract class BaseUnmodifiableByteList extends BaseProxyByteList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $
| Method Summary | |
|---|---|
| void | add(int index, byte element) |
| boolean | add(byte element) |
| boolean | addAll(int index, ByteCollection collection) |
| boolean | addAll(ByteCollection c) |
| void | clear() |
| ByteIterator | iterator() |
| ByteListIterator | listIterator() |
| ByteListIterator | listIterator(int index) |
| boolean | removeAll(ByteCollection c) |
| boolean | removeElement(byte element) |
| byte | removeElementAt(int index) |
| boolean | retainAll(ByteCollection c) |
| byte | set(int index, byte element) |
| ByteList | subList(int fromIndex, int toIndex) |