Sets the bits from the specified {@code fromIndex} (inclusive) to the
specified {@code toIndex} (exclusive) to the specified value.
@param fromIndex index of the first bit to be set
@param toIndex index after the last bit to be set
@param value value to set the selected bits to
@throws IndexOutOfBoundsException if {@code fromIndex} is negative,
or {@code toIndex} is negative, or {@code fromIndex} is
larger than {@code toIndex}
Sets the bits from the specified {@code fromIndex} (inclusive) to the specified {@code toIndex} (exclusive) to the specified value.
@param fromIndex index of the first bit to be set @param toIndex index after the last bit to be set @param value value to set the selected bits to @throws IndexOutOfBoundsException if {@code fromIndex} is negative, or {@code toIndex} is negative, or {@code fromIndex} is larger than {@code toIndex}