Abstract base class for
CharList s backed
by random access structures like arrays.
Read-only subclasses must override
RandomAccessCharList.get and
RandomAccessCharList.size . Mutable subclasses
should also override
RandomAccessCharList.set . Variably-sized
subclasses should also override
RandomAccessCharList.add
and
RandomAccessCharList.removeElementAt . All other methods
have at least some base implementation derived from
these. Subclasses may choose to override these methods
to provide a more efficient implementation.
since: Commons Primitives 1.0 version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:36 $ author: Rodney Waldhoff
Inner Class :protected static class RandomAccessCharListIterator extends ComodChecker implements CharListIterator