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