Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
2
0
0
61
63
Status
Changed
Class Summary
BigInteger
Field Detail
ONE
TEN
TWO
ZERO
Constructor Detail
<init>(byte[])
<init>(byte[],int,int)
<init>(int,byte[])
<init>(int,byte[],int,int)
<init>(int,int,java.util.Random)
<init>(int,java.util.Random)
<init>(java.lang.String)
<init>(java.lang.String,int)
Method Detail
abs()
add(java.math.BigInteger)
and(java.math.BigInteger)
andNot(java.math.BigInteger)
bitCount()
bitLength()
byteValueExact()
clearBit(int)
compareTo(java.math.BigInteger)
divide(java.math.BigInteger)
divideAndRemainder(java.math.BigInteger)
doubleValue()
equals(java.lang.Object)
flipBit(int)
floatValue()
gcd(java.math.BigInteger)
getLowestSetBit()
hashCode()
intValue()
intValueExact()
isProbablePrime(int)
longValue()
longValueExact()
max(java.math.BigInteger)
min(java.math.BigInteger)
mod(java.math.BigInteger)
modInverse(java.math.BigInteger)
modPow(java.math.BigInteger,java.math.BigInteger)
multiply(java.math.BigInteger)
negate()
nextProbablePrime()
not()
or(java.math.BigInteger)
pow(int)
probablePrime(int,java.util.Random)
remainder(java.math.BigInteger)
setBit(int)
shiftLeft(int)
shiftRight(int)
shortValueExact()
signum()
sqrt()
sqrtAndRemainder()
subtract(java.math.BigInteger)
testBit(int)
toByteArray()
toString()
toString(int)
valueOf(long)
xor(java.math.BigInteger)
© 2018 Oracle Corporation and/or its affiliates