public class KDEntryDist<T> extends Object implements PointEntryDist<T>
| Modifier and Type | Field and Description |
|---|---|
static org.tinspin.index.kdtree.KDEntryDist.QEntryComparator |
COMP |
| Constructor and Description |
|---|
KDEntryDist(Node<T> node,
double dist) |
| Modifier and Type | Method and Description |
|---|---|
double |
dist()
An entry with distance property.
|
double[] |
point() |
T |
value() |
public double dist()
PointEntryDistdist in interface PointEntryDist<T>public double[] point()
point in interface PointEntry<T>public T value()
value in interface PointEntry<T>Copyright © 2018. All rights reserved.