clear

open override fun clear()

Clear all the bits of the set.

Depending on the implementation, this may be significantly faster than clear(0, length).


open override fun clear(index: Int)

Clear the bit at i.


open override fun clear(startIndex: Int, endIndex: Int)

Clears a range of bits.

Parameters

startIndex

lower index

endIndex

one-past the last bit to clear