Uses of Class
com.github.difflib.algorithm.myers.MeyersDiffWithLinearSpace.Snake
Packages that use MeyersDiffWithLinearSpace.Snake
-
Uses of MeyersDiffWithLinearSpace.Snake in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return MeyersDiffWithLinearSpace.SnakeModifier and TypeMethodDescriptionprivate 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)