org.apache.commons.collections.primitives.adapters
abstract class AbstractListCharList extends AbstractCollectionCharCollection implements CharList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:39 $
Method Summary | |
---|---|
void | add(int index, char element) |
boolean | addAll(int index, CharCollection collection) |
boolean | equals(Object obj) |
char | get(int index) |
protected Collection | getCollection() |
protected abstract List | getList() |
int | hashCode() |
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) |