public class BigIntegerWrapper extends BigInteger
ONE, TEN, ZERO
Constructor and Description |
---|
BigIntegerWrapper(byte[] val) |
BigIntegerWrapper(int signum,
byte[] magnitude) |
BigIntegerWrapper(int bitLength,
int certainty,
Random rnd) |
BigIntegerWrapper(int numBits,
Random rnd) |
BigIntegerWrapper(String val) |
BigIntegerWrapper(String val,
int radix) |
Modifier and Type | Method and Description |
---|---|
boolean |
isNegativeInfinity() |
boolean |
isPositiveInfinity() |
static BigIntegerWrapper |
NEGATIVE_INFINITY() |
static BigIntegerWrapper |
POSITIVE_INFINITY() |
abs, add, and, andNot, bitCount, bitLength, byteValueExact, clearBit, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, intValueExact, isProbablePrime, longValue, longValueExact, max, min, mod, modInverse, modPow, multiply, negate, nextProbablePrime, not, or, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, shortValueExact, signum, subtract, testBit, toByteArray, toString, toString, valueOf, xor
byteValue, shortValue
public BigIntegerWrapper(byte[] val)
public BigIntegerWrapper(int signum, byte[] magnitude)
public BigIntegerWrapper(int bitLength, int certainty, Random rnd)
public BigIntegerWrapper(int numBits, Random rnd)
public BigIntegerWrapper(String val)
public BigIntegerWrapper(String val, int radix)
public boolean isPositiveInfinity()
public boolean isNegativeInfinity()
public static BigIntegerWrapper NEGATIVE_INFINITY()
public static BigIntegerWrapper POSITIVE_INFINITY()
Copyright © 2007-2017 The Apache Software Foundation