public class LevenshteinDistance extends Object implements Distance
| Constructor and Description |
|---|
LevenshteinDistance() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(CharSequence s,
CharSequence t) |
static Distance |
INSTANCE() |
public static Distance INSTANCE()
public double calculate(CharSequence s, CharSequence t)
calculate in interface StringMetricsCopyright © 2018. All rights reserved.