Package org.tinspin.index
Class Index.PointEntry<T>
- java.lang.Object
-
- org.tinspin.index.Index.PointEntry<T>
-
- Direct Known Subclasses:
Index.PointEntryKnn,Node
- Enclosing interface:
- Index
public static class Index.PointEntry<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description PointEntry(double[] point, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]point()protected voidset(double[] point, T value)voidsetPoint(double[] point)StringtoString()Tvalue()
-
-
-
Constructor Detail
-
PointEntry
public PointEntry(double[] point, T value)
-
-