Class HistogramDiff<T>

java.lang.Object
com.github.difflib.algorithm.jgit.HistogramDiff<T>
All Implemented Interfaces:
DiffAlgorithmI<T>

public class HistogramDiff<T> extends Object implements DiffAlgorithmI<T>
HistorgramDiff using JGit - Library. This one is much more performant than the orginal Myers implementation.
  • Constructor Details

    • HistogramDiff

      public HistogramDiff()
  • Method Details