Package org.tinspin.index.qthypercube2
Class QEntry<T>
- java.lang.Object
-
- org.tinspin.index.qthypercube2.QEntry<T>
-
- All Implemented Interfaces:
PointEntry<T>
- Direct Known Subclasses:
QEntryDist
public class QEntry<T> extends Object implements PointEntry<T>
-
-
Constructor Detail
-
QEntry
public QEntry(double[] key, T value)
-
-
Method Detail
-
point
public double[] point()
- Specified by:
pointin interfacePointEntry<T>- Returns:
- The coordinates of the entry.
-
value
public T value()
- Specified by:
valuein interfacePointEntry<T>- Returns:
- The value associated with the rectangle or point.
-
setKey
public void setKey(double[] newPoint)
-
-