org.apache.commons.collections.primitives
Class RandomAccessByteList.RandomAccessByteSubList
protected static
class
RandomAccessByteList.RandomAccessByteSubList
extends RandomAccessByteList
implements ByteList
private int _limit
private int _offset
public void add(int index, byte element)
private void checkRange(int index)
private void checkRangeIncludingEndpoint(int index)
public byte get(int index)
public byte removeElementAt(int index)
public byte set(int index, byte element)
public int size()
private int toUnderlyingIndex(int index)
Copyright (c) 2002-2003 - Apache Software Foundation