Creates a bit set whose initial size is large enough to explicitly
represent bits with indices in the range {@code 0} through
{@code nbits-1}. All bits are initially {@code false}.
@param nbits the initial size of the bit set
@throws NegativeArraySizeException if the specified initial size
is negative
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range {@code 0} through {@code nbits-1}. All bits are initially {@code false}.
@param nbits the initial size of the bit set @throws NegativeArraySizeException if the specified initial size is negative