Uses of Class
com.github.difflib.algorithm.myers.MeyersDiffWithLinearSpace.DiffData
-
Packages that use MeyersDiffWithLinearSpace.DiffData Package Description com.github.difflib.algorithm.myers -
-
Uses of MeyersDiffWithLinearSpace.DiffData in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers with parameters of type MeyersDiffWithLinearSpace.DiffData Modifier and Type Method Description private void
MeyersDiffWithLinearSpace. buildScript(MeyersDiffWithLinearSpace.DiffData data, int start1, int end1, int start2, int end2, java.util.function.Consumer<java.lang.Integer> progress)
private MeyersDiffWithLinearSpace.Snake
MeyersDiffWithLinearSpace. buildSnake(MeyersDiffWithLinearSpace.DiffData data, int start, int diag, int end1, int end2)
private MeyersDiffWithLinearSpace.Snake
MeyersDiffWithLinearSpace. getMiddleSnake(MeyersDiffWithLinearSpace.DiffData data, int start1, int end1, int start2, int end2)
-