Package net.sf.basedb.util.fuzzy
Class StringMatcher.FuzzyMatch
java.lang.Object
net.sf.basedb.util.fuzzy.StringMatcher.FuzzyMatch
- Enclosing class:
- StringMatcher
Wrapper that holds information about a fuzzy match.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
key
-
value
-
score
private final double score
-
-
Constructor Details
-
FuzzyMatch
-
-
Method Details
-
getKey
Get the key string. -
getValue
Get the value string. -
getScore
public double getScore()Get the similarity score of the key/value strings.- See Also:
-