net.sf.basedb.util.fuzzy
Class StringMatcher.FuzzyMatch
java.lang.Object
net.sf.basedb.util.fuzzy.StringMatcher.FuzzyMatch
- Enclosing class:
- StringMatcher
public static class StringMatcher.FuzzyMatch
- extends Object
Wrapper that holds information about a fuzzy match.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private final String key
value
private final String value
score
private final double score
StringMatcher.FuzzyMatch
StringMatcher.FuzzyMatch(String key,
String value,
double score)
getKey
public String getKey()
- Get the key string.
getValue
public String getValue()
- Get the value string.
getScore
public double getScore()
- Get the similarity score of the key/value strings.
- See Also:
StringMatcher.getScore(String, String)