Name: diC59631 Date: 11/25/98
It would be useful having constructors in
java.util.BitSet like:
BitSet(boolean defaultValue);
BitSet(int nbits, boolean defaultValue);
These would then initialise all elements in the
BitSet to the given defaultValue, so helping
(and speeding up) operations where the 'default'
is true, not false (theoretically, that's half
the uses of BitSet!)
(Review ID: 43404)
======================================================================
- relates to
-
JDK-4192845 Provide 'complement' operation for java.util.BitSet
-
- Resolved
-