Java Doc for AbstractByteSet.java in » Development » PCJ » bak » pcj » set » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This class represents an abstract base for implementing
sets of byte 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.1 2003/1/10 since: 1.0
Constructor Summary
protected
AbstractByteSet() Default constructor to be invoked by sub-classes.