eu.reservoir.monitoring.core
Class ID

java.lang.Object
  extended by java.lang.Number
      extended by java.math.BigInteger
          extended by eu.reservoir.monitoring.core.ID
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.math.BigInteger>

public class ID
extends java.math.BigInteger

An ID in RESERVOIR monitoring. The actual implementation is based on a BigInteger

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.math.BigInteger
ONE, TEN, ZERO
 
Constructor Summary
ID(java.lang.Number n)
           
 
Method Summary
 
Methods inherited from class java.math.BigInteger
abs, add, and, andNot, bitCount, bitLength, clearBit, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, isProbablePrime, longValue, max, min, mod, modInverse, modPow, multiply, negate, nextProbablePrime, not, or, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, signum, subtract, testBit, toByteArray, toString, toString, valueOf, xor
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID

public ID(java.lang.Number n)


RESERVOIR Monitoring 0.6.4