Java Doc for AbstractBooleanList.java in » Development » PCJ » bak » pcj » list » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This class represents an abstract base for implementing
lists of boolean values. All operations that can be implemented
using iterators and the get() and set() methods
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.
author: Søren Bak version: 1.2 21-08-2003 19:14 since: 1.0