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