Returns the number of bits of space actually in use by this BitSet to represent bit values. The maximum element in the set is the size - 1st element. @return the number of bits currently in this bit set
()
| 334 | * @return the number of bits currently in this bit set |
| 335 | */ |
| 336 | int size(); |
| 337 | |
| 338 | /** |
| 339 | * Returns the number of bits set to {@code true} in this {@code BitSet}. |
no outgoing calls