public interface DistanceInstance
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
INCREASING_DISTANCE |
| Modifier and Type | Method and Description |
|---|---|
StringWrapper |
getA() |
StringWrapper |
getB() |
double |
getDistance() |
boolean |
isCorrect() |
void |
setDistance(double distance) |
static final Comparator INCREASING_DISTANCE
StringWrapper getA()
StringWrapper getB()
boolean isCorrect()
double getDistance()
void setDistance(double distance)
Copyright © 2016. All rights reserved.