BigInteger.bitCount

BigInteger.bitCount

Class Overview | Class Members | This Package | All Packages

Syntax
public int bitCount()
Description
Returns the number of bits in the two's complement representation of this number that differ from its sign bit. This method is useful when implementing bit-vector style sets atop BigIntegers.