Uses of Class
com.github.difflib.algorithm.myers.MeyersDiffWithLinearSpace.Snake
-
Packages that use MeyersDiffWithLinearSpace.Snake Package Description com.github.difflib.algorithm.myers -
-
Uses of MeyersDiffWithLinearSpace.Snake in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return MeyersDiffWithLinearSpace.Snake Modifier and Type Method Description private MeyersDiffWithLinearSpace.SnakeMeyersDiffWithLinearSpace. buildSnake(MeyersDiffWithLinearSpace.DiffData data, int start, int diag, int end1, int end2)private MeyersDiffWithLinearSpace.SnakeMeyersDiffWithLinearSpace. getMiddleSnake(MeyersDiffWithLinearSpace.DiffData data, int start1, int end1, int start2, int end2)
-