| java.lang.Object JLibDiff.JRCSMyersPathNode
JRCSMyersPathNode | final public class JRCSMyersPathNode (Code) | | |
JRCSMyersPathNode | public JRCSMyersPathNode(int i, int j)(Code) | | Creates a diffpath of a single node.
Parameters: i - The position in the original sequence. Parameters: j - The position in the revised sequence. |
JRCSMyersPathNode | public JRCSMyersPathNode(int i, int j, JRCSMyersPathNode prev)(Code) | | Adds a node to an existing diffpath.
Parameters: i - The position in the original sequence for the new node. Parameters: j - The position in the revised sequence for the new node. Parameters: prev - The previous node in the path. |
|
|