public static class KDTree.KDNode<T> extends java.lang.Object
KDNode(int k, int depth, T element)
int
compareTo(T val, KDComparator<T> comparator)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KDNode(int k, int depth, T element)
public int compareTo(T val, KDComparator<T> comparator)