@param index the index of the bit to get @return the bit value of the specified index
(int index)
| 21 | * @return the bit value of the specified index |
| 22 | */ |
| 23 | boolean get(int index); |
| 24 | |
| 25 | /** |
| 26 | * Sets the bit at the specified index to {@code true}. |
no outgoing calls