Package org.tinspin.index
Interface PointEntryDist<T>
-
- All Superinterfaces:
PointEntry<T>
- All Known Implementing Classes:
DistEntryP,KDEntryDist,PointDist,QEntryDist,QEntryDist,QEntryDist
public interface PointEntryDist<T> extends PointEntry<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubledist()An entry with distance property.-
Methods inherited from interface org.tinspin.index.PointEntry
point, value
-
-