Uses of Class
com.github.difflib.algorithm.Change
Packages that use Change
-
Uses of Change in com.github.difflib.algorithm
Methods in com.github.difflib.algorithm that return ChangeModifier and TypeMethodDescriptionChange.withEndOriginal(int endOriginal) Change.withEndRevised(int endRevised) Methods in com.github.difflib.algorithm that return types with arguments of type ChangeModifier and TypeMethodDescriptionDiffAlgorithmI.computeDiff(List<? extends T> source, List<? extends T> target, DiffAlgorithmListener progress) Computes the changeset to patch the source list to the target list.DiffAlgorithmI.computeDiff(T[] source, T[] target, DiffAlgorithmListener progress) Simple extension to compute a changeset using arrays. -
Uses of Change in com.github.difflib.algorithm.myers
Fields in com.github.difflib.algorithm.myers with type parameters of type ChangeMethods in com.github.difflib.algorithm.myers that return types with arguments of type ChangeModifier and TypeMethodDescriptionConstructs aPatchfrom a difference path.MyersDiff.computeDiff(List<? extends T> source, List<? extends T> target, DiffAlgorithmListener progress) Computes the changeset to patch the source list to the target list.MyersDiffWithLinearSpace.computeDiff(List<? extends T> source, List<? extends T> target, DiffAlgorithmListener progress)