org.apache.commons.collections.primitives.decorators
public final class UnmodifiableByteListIterator extends ProxyByteListIterator
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $
Field Summary | |
---|---|
ByteListIterator | proxied |
Constructor Summary | |
---|---|
UnmodifiableByteListIterator(ByteListIterator iterator) |
Method Summary | |
---|---|
void | add(byte value) |
protected ByteListIterator | getListIterator() |
void | remove() |
void | set(byte value) |
static ByteListIterator | wrap(ByteListIterator iterator) |