Uses of Class
com.github.difflib.algorithm.myers.PathNode
-
Packages that use PathNode Package Description com.github.difflib.algorithm.myers -
-
Uses of PathNode in com.github.difflib.algorithm.myers
Fields in com.github.difflib.algorithm.myers declared as PathNode Modifier and Type Field Description PathNodePathNode. prevThe previous node in the path.Methods in com.github.difflib.algorithm.myers that return PathNode Modifier and Type Method Description PathNodePathNode. previousSnake()Skips sequences ofPathNodesuntil a snake or bootstrap node is found, or the end of the path is reached.Constructors in com.github.difflib.algorithm.myers with parameters of type PathNode Constructor Description PathNode(int i, int j, boolean snake, boolean bootstrap, PathNode prev)Concatenates a new path node with an existing diffpath.
-