Abstract base class for
CharCollection s.
Read-only subclasses must override
AbstractCharCollection.iterator and
AbstractCharCollection.size . Mutable subclasses
should also override
AbstractCharCollection.add and
CharIterator.remove CharIterator.remove .
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