ProGAL.dataStructures.rangeSearching.rangeTree
Class RangeTreeAssocValue

java.lang.Object
  extended by ProGAL.dataStructures.rangeSearching.rangeTree.RangeTreeAssocValue

public class RangeTreeAssocValue
extends java.lang.Object


Field Summary
 int leftindex
           
 Point point
           
 int rightindex
           
 
Constructor Summary
RangeTreeAssocValue(Point point, int leftindex, int rightindex)
          Instanciates an value object in a associated structure.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

public Point point

leftindex

public int leftindex

rightindex

public int rightindex
Constructor Detail

RangeTreeAssocValue

public RangeTreeAssocValue(Point point,
                           int leftindex,
                           int rightindex)
Instanciates an value object in a associated structure.