Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one. Returns zero if the BitSet contains no set bits. @return the logical size of this BitSet
()
| 325 | * @return the logical size of this {@code BitSet} |
| 326 | */ |
| 327 | int length(); |
| 328 | |
| 329 | /** |
| 330 | * Returns the number of bits of space actually in use by this |
no outgoing calls