BitSet.flip

Sets the bit at the specified index to the complement of its current value.

@param bitIndex the index of the bit to flip @throws IndexOutOfBoundsException if the specified index is negative @since 1.4

class BitSet
void
flip
(
size_t bitIndex
)

Meta