BitSet.this

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

  1. this()
  2. this(size_t nbits)
    class BitSet
    this
    (
    size_t nbits
    )

Meta