Class DiffMatcher<T>


  • public class DiffMatcher<T>
    extends Object
    • Constructor Detail

      • DiffMatcher

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

      • getBestMatchIndex

        public int getBestMatchIndex()