Description:
constructor BitSet():
Constructs a new bit set. All bits are assigned internally with the boolean vlaue false.
constructor BitSet(int nr):
Constructs a new bit set whose initial size is large enough to explecitly represent bits with indices in the range 0 to nbits-1. All bits are assigned internally with the boolean value false.