Package org.tinspin.index
Interface RectangleEntryDist<T>
-
- All Superinterfaces:
RectangleEntry<T>
- All Known Implementing Classes:
DistEntry,DistEntryR,QREntryDist,QREntryDist
public interface RectangleEntryDist<T> extends RectangleEntry<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.RectangleEntry
lower, upper, value
-
-