| This class represents an abstract base for implementing
collections of char values. All operations that can be implemented
using iterators are implemented as such. In most cases, this is
hardly an efficient solution, and at least some of those
methods should be overridden by sub-classes.
In this implementation, size() is calculated by
iterating over the collection. Make sure that size()
is overwritten or that iterators do not depend on the
size() method.
author: Søren Bak version: 1.3 21-08-2003 20:16 since: 1.0 |