Uses of Class
com.github.difflib.algorithm.Change
Packages that use Change
Package
Description
-
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<T> source, List<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.jgit
Methods in com.github.difflib.algorithm.jgit that return types with arguments of type ChangeModifier and TypeMethodDescriptionHistogramDiff.computeDiff
(List<T> source, List<T> target, DiffAlgorithmListener progress) -
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 aPatch
from a difference path.MeyersDiff.computeDiff
(List<T> source, List<T> target, DiffAlgorithmListener progress) Computes the changeset to patch the source list to the target list.MeyersDiffWithLinearSpace.computeDiff
(List<T> source, List<T> target, DiffAlgorithmListener progress)