| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.math |
||
| 95 | ||
ZERO : BigInteger |
||
ONE : BigInteger |
||
TWO : BigInteger |
||
TEN : BigInteger |
||
BigInteger(byte[], int, int) : void |
||
BigInteger(byte[]) : void |
||
BigInteger(int, byte[], int, int) : void |
||
BigInteger(int, byte[]) : void |
||
BigInteger(String, int) : void |
||
BigInteger(String) : void |
||
BigInteger(int, Random) : void |
||
BigInteger(int, int, Random) : void |
||
probablePrime(int, Random) : BigInteger |
||
nextProbablePrime() : BigInteger |
||
valueOf(long) : BigInteger |
||
add(BigInteger) : BigInteger |
||
subtract(BigInteger) : BigInteger |
||
multiply(BigInteger) : BigInteger |
||
divide(BigInteger) : BigInteger |
||
divideAndRemainder(BigInteger) : BigInteger[] |
||
remainder(BigInteger) : BigInteger |
||
pow(int) : BigInteger |
||
sqrt() : BigInteger |
||
sqrtAndRemainder() : BigInteger[] |
||
gcd(BigInteger) : BigInteger |
||
abs() : BigInteger |
||
negate() : BigInteger |
||
signum() : int |
||
mod(BigInteger) : BigInteger |
||
modInverse(BigInteger) : BigInteger |
||
shiftLeft(int) : BigInteger |
||
shiftRight(int) : BigInteger |
||
and(BigInteger) : BigInteger |
||
or(BigInteger) : BigInteger |
||
xor(BigInteger) : BigInteger |
||
not() : BigInteger |
||
andNot(BigInteger) : BigInteger |
||
testBit(int) : boolean |
||
setBit(int) : BigInteger |
||
clearBit(int) : BigInteger |
||
flipBit(int) : BigInteger |
||
getLowestSetBit() : int |
||
bitLength() : int |
||
bitCount() : int |
||
isProbablePrime(int) : boolean |
||
compareTo(BigInteger) : int |
||
equals(Object) : boolean |
||
min(BigInteger) : BigInteger |
||
max(BigInteger) : BigInteger |
||
hashCode() : int |
||
toString(int) : String |
||
toString() : String |
||
toByteArray() : byte[] |
||
intValue() : int |
||
longValue() : long |
||
floatValue() : float |
||
doubleValue() : double |
||
longValueExact() : long |
||
intValueExact() : int |
||
shortValueExact() : short |
||
byteValueExact() : byte |
||
compareTo(Object) : int |