public class LevenshteinDistanceStrategy extends Object implements SimilarityStrategy
| Constructor and Description |
|---|
LevenshteinDistanceStrategy() |
public double score(String first, String second)
score in interface SimilarityStrategyfirst - The first string to compare.second - The second string to compare.NullPointerException - if one or both of the strings are nullCopyright © 2016. All rights reserved.