Returns the value of the bit with the specified index. The value is true if the bit with the index bitIndex is currently set in this BitSet; otherwise, the result is false. @param bitIndex the bit index @return the value of the bit with the specified index @throws In
(int bitIndex)
| 83 | * @throws IndexOutOfBoundsException if the specified index is negative |
| 84 | */ |
| 85 | boolean get(int bitIndex); |
| 86 | |
| 87 | /** |
| 88 | * Sets the bit at the specified index to the complement of its |
no outgoing calls
no test coverage detected