Class MeyersDiffWithLinearSpace<T>

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

public class MeyersDiffWithLinearSpace<T> extends Object implements DiffAlgorithmI<T>
Author:
tw
  • Constructor Details

    • MeyersDiffWithLinearSpace

      public MeyersDiffWithLinearSpace()
    • MeyersDiffWithLinearSpace

      public MeyersDiffWithLinearSpace(BiPredicate<T,T> equalizer)
  • Method Details