Java Doc for BooleanDirectSet.java in » Development » PCJ » bak » pcj » set » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This class represents sets of boolean values. The elements of the
set are represented by a single state variable:
0 -> {}, 1 -> {F}, 2 -> {T}, and 3 -> {F, T}.
author: Søren Bak version: 1.3 21-08-2003 20:22 since: 1.0
Creates a new set with the same values as a specified
collection.
Parameters: c - the collection whose elements to add to thenew set. throws: NullPointerException - if c is null.