mtree
Class NodeEntry.HREntry

java.lang.Object
  extended by mtree.NodeEntry.HREntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NodeEntry

public static class NodeEntry.HREntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NodeEntry.HREntry(double min, double max)
          Constructors
 
Method Summary
 double getMax()
           
 double getMin()
           
 void setMax(double max)
           
 void setMin(double min)
          Methods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeEntry.HREntry

public NodeEntry.HREntry(double min,
                         double max)
Constructors

Method Detail

setMin

public void setMin(double min)
Methods


getMin

public double getMin()

setMax

public void setMax(double max)

getMax

public double getMax()