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