Sets the bit specified by the index to false. @param bitIndex the index of the bit to be cleared @return true if this BitSet changed as a result of the call @throws IndexOutOfBoundsException if the specified index is negative
(int bitIndex)
| 71 | * @throws IndexOutOfBoundsException if the specified index is negative |
| 72 | */ |
| 73 | boolean clear(int bitIndex); |
| 74 | |
| 75 | /** |
| 76 | * Returns the value of the bit with the specified index. The value |
no outgoing calls