- TEN - Static variable in class java.math.BigInteger
-
The BigInteger constant ten.
- testBit(int) - Method in class java.math.BigInteger
-
Returns true
if and only if the designated bit is set.
- toByteArray() - Method in class java.math.BigInteger
-
Returns a byte array containing the two's-complement representation of this BigInteger.
- toString(int) - Method in class java.math.BigInteger
-
Returns the String representation of this BigInteger in the given radix.
- toString() - Method in class java.math.BigInteger
-
Returns the decimal String representation of this BigInteger.