Class 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.
    Author:
    toben
    • Constructor Detail

      • HistogramDiff

        public HistogramDiff()