Package org.webcat.diff
Class DiffMatcher<T>
java.lang.Object
org.webcat.diff.DiffMatcher<T>
-
Constructor Summary
ConstructorsConstructorDescriptionDiffMatcher
(List<T> text, List<T> pattern, int loc) DiffMatcher
(List<T> text, List<T> pattern, int loc, Comparator<T> comp) -
Method Summary
-
Constructor Details
-
DiffMatcher
-
DiffMatcher
-
-
Method Details
-
getBestMatchIndex
public int getBestMatchIndex()
-