Package java.util
Class BitSet

Public Constructor BitSet

BitSet()

BitSet(int nr)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

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.