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