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