Class DiffMatcher<T>

java.lang.Object
org.webcat.diff.DiffMatcher<T>

public class DiffMatcher<T> extends Object
  • Constructor Details

    • DiffMatcher

      public DiffMatcher(List<T> text, List<T> pattern, int loc)
    • DiffMatcher

      public DiffMatcher(List<T> text, List<T> pattern, int loc, Comparator<T> comp)
  • Method Details

    • getBestMatchIndex

      public int getBestMatchIndex()