Generated by
JDiff

Class java.util.BitSet

Documentation changed from old to new.

Changed Methods
void andNot(BitSet) Documentation changed from old to new.
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
int length() Documentation changed from old to new.
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.