public class NonNegativeBigInteger extends BigInteger
ONE, TEN, ZERO| Constructor and Description |
|---|
NonNegativeBigInteger(byte[] val) |
NonNegativeBigInteger(int i) |
NonNegativeBigInteger(long l) |
NonNegativeBigInteger(String val) |
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, xorbyteValue, shortValuepublic NonNegativeBigInteger(byte[] val)
public NonNegativeBigInteger(String val)
public NonNegativeBigInteger(int i)
public NonNegativeBigInteger(long l)
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.