public class PointDist<T> extends Point<T> implements PointEntryDist<T>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<PointDist<?>> |
COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
double |
dist()
An entry with distance property.
|
void |
set(double[] point,
T val,
double dist) |
void |
set(Point<T> point,
double dist) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpoint, valuepublic static final Comparator<PointDist<?>> COMPARATOR
public double dist()
PointEntryDistdist in interface PointEntryDist<T>public void set(double[] point,
T val,
double dist)
Copyright © 2018. All rights reserved.