BitSet.length

Returns the "logical size" of this {@code BitSet}: the index of the highest set bit in the {@code BitSet} plus one. Returns zero if the {@code BitSet} contains no set bits.

@return the logical size of this {@code BitSet}

class BitSet
size_t
length
()

Meta