BitSet.clear

Sets the bit specified by the index to {@code false}.

@param bitIndex the index of the bit to be cleared @throws IndexOutOfBoundsException if the specified index is negative

  1. void clear(size_t bitIndex)
    class BitSet
    void
    clear
    (
    size_t bitIndex
    )
  2. void clear(size_t fromIndex, size_t toIndex)
  3. void clear()

Meta