Uses of Class
com.github.difflib.algorithm.myers.PathNode
Packages that use PathNode
-
Uses of PathNode in com.github.difflib.algorithm.myers
Fields in com.github.difflib.algorithm.myers declared as PathNodeMethods in com.github.difflib.algorithm.myers that return PathNodeModifier and TypeMethodDescriptionprivate PathNode
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.final PathNode
PathNode.previousSnake()
Skips sequences ofPathNodes
until a snake or bootstrap node is found, or the end of the path is reached.Methods in com.github.difflib.algorithm.myers with parameters of type PathNodeConstructors in com.github.difflib.algorithm.myers with parameters of type PathNode