Package org.tinspin.index.kdtree
Class Node<T>
- java.lang.Object
-
- org.tinspin.index.Index.PointEntry<T>
-
- org.tinspin.index.kdtree.Node<T>
-
- Type Parameters:
T- Value type
public class Node<T> extends Index.PointEntry<T>
Node class for the quadtree.- Author:
- ztilmann
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(double[] point, T value)StringtoString()-
Methods inherited from class org.tinspin.index.Index.PointEntry
point, setPoint, value
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classIndex.PointEntry<T>
-
set
public void set(double[] point, T value)- Overrides:
setin classIndex.PointEntry<T>
-
-