This class represents either a table of bits or a set of non-negative numbers.
This class is integrated with the collection framework (as a set of {@link Index indices} and obeys the collection semanticfor methods such as {@link #size} (cardinality) or {@link #equals}(same set of indices).
@author Jean-Marie Dautelle @version 5.3, February 24, 2008Simplistic version of the jdk {@link BitSet}
No bound-checking, internal capacity must be extended explicitely.
|
|
|
|
|
|
|
|