Returns the number of bits set to true in this BitSet. @return the number of bits set to true in this BitSet
()
| 341 | * @return the number of bits set to {@code true} in this {@code BitSet} |
| 342 | */ |
| 343 | int cardinality(); |
| 344 | |
| 345 | // ------------------------------------------------------------------------ |
| 346 | // utilities |
no outgoing calls