Mike Keesey
|
7947981b4b
|
Fixed issue where BitSet didn't handle a range of 64 bits correctly on bulk operations - now just return the predefined MASK which has all the bits set when requesting that all the bits be set.
|
2012-07-06 23:33:05 -06:00 |
|
Mike Keesey
|
9c9ee5c26d
|
Made the bulk clear() fast like bulk set() and flip() for BitSet.
|
2012-07-05 22:16:19 -06:00 |
|
Mike Keesey
|
5f1b086150
|
Fixed an off-by-one error when deciding if we should grow BitSets.
|
2012-07-03 21:28:59 -06:00 |
|
Mike Keesey
|
d419899ac1
|
Adding both forms of flip() to BitSet.
|
2012-07-02 14:28:40 -06:00 |
|
Mike Keesey
|
31311160c3
|
Adding cardinality() to BitSet.
|
2012-07-02 14:28:34 -06:00 |
|
Zsombor
|
e1d712ef71
|
java.util.BitSet implementation
|
2008-07-13 18:16:55 -06:00 |
|