|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object math.geom2d.point.KDTree2D.Node
public class KDTree2D.Node
Constructor Summary | |
---|---|
KDTree2D.Node(Point2D point)
|
|
KDTree2D.Node(Point2D point,
KDTree2D.Node left,
KDTree2D.Node right)
|
Method Summary | |
---|---|
KDTree2D.Node |
getLeftChild()
|
Point2D |
getPoint()
|
KDTree2D.Node |
getRightChild()
|
boolean |
isLeaf()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KDTree2D.Node(Point2D point)
public KDTree2D.Node(Point2D point, KDTree2D.Node left, KDTree2D.Node right)
Method Detail |
---|
public Point2D getPoint()
public KDTree2D.Node getLeftChild()
public KDTree2D.Node getRightChild()
public boolean isLeaf()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |