Hi All, Any thoughts for or against adding an ImmutableBitSet as a subclass of BitSet?
It would throw an exception on attempt to mutate. I can then be used to define an EMPTY_BITSET constant. I could also be used in some of our methods that return a new empty bit set, if appropriate of course. Gary