public class DistEntryR<T> extends EntryR<T> implements RectangleEntryDist<T>
| Constructor and Description |
|---|
DistEntryR(double[] min,
double[] max,
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, waitlower, upper, valuepublic DistEntryR(double[] min,
double[] max,
T val,
double dist)
min - minmax - maxval - valuedist - distancepublic double dist()
RectangleEntryDistdist in interface RectangleEntryDist<T>Copyright © 2017. All rights reserved.