BigInteger.bitCount
Class Overview | Class Members |
This Package |
All Packages
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.