bamboo.dmgr
Class DataManager.GuidRange

java.lang.Object
  extended by bamboo.dmgr.DataManager.GuidRange
All Implemented Interfaces:
Comparable
Enclosing class:
DataManager

protected static class DataManager.GuidRange
extends Object
implements Comparable


Field Summary
 BigInteger high
           
 BigInteger low
           
 
Constructor Summary
DataManager.GuidRange(BigInteger l, BigInteger h)
           
 
Method Summary
 int compareTo(Object rhs)
           
 boolean equals(Object rhs)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

low

public BigInteger low

high

public BigInteger high
Constructor Detail

DataManager.GuidRange

public DataManager.GuidRange(BigInteger l,
                             BigInteger h)
Method Detail

equals

public boolean equals(Object rhs)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object rhs)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object