|
|
java > java.math > java.math.biginteger >
Class: java.math.BigInteger java.lang.Object java.lang.Number java.math.BigInteger
public class BigInteger extends Number implements Comparable
FIELDS:
CONSTRUCTORS:
| | | public | BigInteger(byte[] val) |
| | public | BigInteger(int signum, byte[] magnitude) |
| | public | BigInteger(String val, int radix) |
| | public | BigInteger(String val) |
| | public | BigInteger(int numBits, Random rnd) |
| | public | BigInteger(int bitLength, int certainty, Random rnd) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| intValue(), longValue(), floatValue(), doubleValue(), byteValue(), shortValue(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|