Uses of Class
com.github.difflib.algorithm.myers.MeyersDiffWithLinearSpace.DiffData
Packages that use MeyersDiffWithLinearSpace.DiffData
-
Uses of MeyersDiffWithLinearSpace.DiffData in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers with parameters of type MeyersDiffWithLinearSpace.DiffDataModifier and TypeMethodDescriptionprivate void
MeyersDiffWithLinearSpace.buildScript
(MeyersDiffWithLinearSpace<T>.DiffData data, int start1, int end1, int start2, int end2, Consumer<Integer> progress) private MeyersDiffWithLinearSpace<T>.Snake
MeyersDiffWithLinearSpace.buildSnake
(MeyersDiffWithLinearSpace<T>.DiffData data, int start, int diag, int end1, int end2) private MeyersDiffWithLinearSpace<T>.Snake
MeyersDiffWithLinearSpace.getMiddleSnake
(MeyersDiffWithLinearSpace<T>.DiffData data, int start1, int end1, int start2, int end2)