Package org.n52.iceland.util
Class PositiveBigInteger
- java.lang.Object
-
- java.lang.Number
-
- java.math.BigInteger
-
- org.n52.iceland.util.PositiveBigInteger
-
- All Implemented Interfaces:
Serializable,Comparable<BigInteger>
public class PositiveBigInteger extends BigInteger
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.math.BigInteger
ONE, TEN, ZERO
-
-
Constructor Summary
Constructors Constructor Description PositiveBigInteger(byte[] val)PositiveBigInteger(int i)PositiveBigInteger(long l)PositiveBigInteger(String val)
-
Method Summary
-
Methods inherited from class java.math.BigInteger
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
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Constructor Detail
-
PositiveBigInteger
public PositiveBigInteger(byte[] val)
-
PositiveBigInteger
public PositiveBigInteger(String val)
-
PositiveBigInteger
public PositiveBigInteger(int i)
-
PositiveBigInteger
public PositiveBigInteger(long l)
-
-