org.apache.commons.collections.primitives.decorators
abstract class BaseProxyCharList extends BaseProxyCharCollection implements CharList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 19:20:07 $
Constructor Summary | |
---|---|
protected | BaseProxyCharList() |
Method Summary | |
---|---|
void | add(int index, char element) |
boolean | addAll(int index, CharCollection collection) |
char | get(int index) |
protected CharCollection | getProxiedCollection() |
protected abstract CharList | getProxiedList() |
int | indexOf(char element) |
int | lastIndexOf(char element) |
CharListIterator | listIterator() |
CharListIterator | listIterator(int index) |
char | removeElementAt(int index) |
char | set(int index, char element) |
CharList | subList(int fromIndex, int toIndex) |