Klasse java.math.BigInteger | 1.1 |
java.lang.Object | +--java.lang.Number | +--java.math.BigInteger
Datenelemente | |
---|---|
public final static BigInteger | ZERO ![]() |
public final static BigInteger | ONE ![]() |
Konstruktoren | |
---|---|
public | BigInteger(byte[] val) |
public | BigInteger(String val) |
public | BigInteger(String val, int radix) |
public | BigInteger(int signum, byte[] magnitude) |
public | BigInteger(int numBits, Random rndSrc) |
public | BigInteger(int bitLength, int certainty, Random rnd) |