BitSet.set

Sets the bit at the specified index to the specified value.

@param bitIndex a bit index @param value a bool value to set @throws IndexOutOfBoundsException if the specified index is negative

Meta