Changed Methods |
double doubleValue()
|
Documentation changed from old to new. |
Converts this BigInteger to a double . |
float floatValue()
|
Documentation changed from old to new. |
Converts this BigInteger to a float . |
int intValue()
|
Documentation changed from old to new. |
Converts this BigInteger to an int . |
boolean isProbablePrime(int )
|
Documentation changed from old to new. |
Returns true if this BigInteger is probably prime false if it's definitely composite. |
long longValue()
|
Documentation changed from old to new. |
Converts this BigInteger to a long . |
byte[] toByteArray()
|
Documentation changed from old to new. |
Returns a byte array containing the two's-complement representation of this BigInteger. |
BigInteger valueOf(long )
|
Documentation changed from old to new. |
Returns a BigInteger whose value is equal to that of the specified long . |
String toString()
|
Documentation changed from old to new. |
Returns the decimal String representation of this BigInteger. |
String toString(int )
|
Documentation changed from old to new. |
Returns the String representation of this BigInteger in the given radix. |