public class QEntry<T> extends Object implements PointEntry<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
enclosedBy(double[] center,
double radius) |
boolean |
enclosedBy(double[] min,
double[] max) |
boolean |
isExact(QEntry<T> e) |
double[] |
point() |
void |
setKey(double[] newPoint) |
String |
toString() |
T |
value() |
public QEntry(double[] key,
T value)
public double[] point()
point in interface PointEntry<T>public T value()
value in interface PointEntry<T>public boolean enclosedBy(double[] min,
double[] max)
public boolean enclosedBy(double[] center,
double radius)
public void setKey(double[] newPoint)
Copyright © 2017. All rights reserved.