public class DistEntryP<T> extends EntryP<T> implements PointEntryDist<T>
| Constructor and Description |
|---|
DistEntryP(double[] point,
T val,
double dist)
Create a new entry with distance
|
| Modifier and Type | Method and Description |
|---|---|
double |
dist()
An entry with distance property.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpoint, valuepublic DistEntryP(double[] point,
T val,
double dist)
point - pointval - valuedist - distancepublic double dist()
PointEntryDistdist in interface PointEntryDist<T>Copyright © 2017. All rights reserved.