Name: diC59631 Date: 11/25/98
It would be very convenient having a function
in java.util.BitSet that allows the user to set
the value of one bit to a variable value:
boolean set(int index, boolean value)
(The function should return the previous value).
This would make a significant amount of code
involving BitSets more readable (and easier to
write in the first place).
(Review ID: 43403)
======================================================================