public static class StringMatcher.FuzzyMatch extends Object
Modifier and Type | Field and Description |
---|---|
private String |
key |
private double |
score |
private String |
value |
Constructor and Description |
---|
FuzzyMatch(String key,
String value,
double score) |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key string.
|
double |
getScore()
Get the similarity score of the key/value strings.
|
String |
getValue()
Get the value string.
|
private final String key
private final String value
private final double score
public String getKey()
public String getValue()
public double getScore()
StringMatcher.getScore(String, String)