org.apache.commons.collections.primitives.decorators
abstract class BaseUnmodifiableCharList extends BaseProxyCharList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 19:20:07 $
Method Summary | |
---|---|
void | add(int index, char element) |
boolean | add(char element) |
boolean | addAll(int index, CharCollection collection) |
boolean | addAll(CharCollection c) |
void | clear() |
CharIterator | iterator() |
CharListIterator | listIterator() |
CharListIterator | listIterator(int index) |
boolean | removeAll(CharCollection c) |
boolean | removeElement(char element) |
char | removeElementAt(int index) |
boolean | retainAll(CharCollection c) |
char | set(int index, char element) |
CharList | subList(int fromIndex, int toIndex) |