Uses of Class
com.github.difflib.algorithm.Change
-
Packages that use Change Package Description com.github.difflib.algorithm com.github.difflib.algorithm.jgit com.github.difflib.algorithm.myers -
-
Uses of Change in com.github.difflib.algorithm
Methods in com.github.difflib.algorithm that return Change Modifier and Type Method Description ChangeChange. withEndOriginal(int endOriginal)ChangeChange. withEndRevised(int endRevised)Methods in com.github.difflib.algorithm that return types with arguments of type Change Modifier and Type Method Description List<Change>DiffAlgorithmI. computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress)Computes the changeset to patch the source list to the target list.default List<Change>DiffAlgorithmI. computeDiff(T[] source, T[] target, DiffAlgorithmListener progress)Simple extension to compute a changeset using arrays. -
Uses of Change in com.github.difflib.algorithm.jgit
Methods in com.github.difflib.algorithm.jgit that return types with arguments of type Change Modifier and Type Method Description List<Change>HistogramDiff. computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress) -
Uses of Change in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return types with arguments of type Change Modifier and Type Method Description List<Change>MeyersDiff. computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress)Computes the changeset to patch the source list to the target list.List<Change>MeyersDiffWithLinearSpace. computeDiff(List<T> source, List<T> target, DiffAlgorithmListener progress)
-