Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
JLibDiff.JRCSMyersPathNode

Uses of JRCSMyersPathNode in JLibDiff
 

Fields in JLibDiff declared as JRCSMyersPathNode
 JRCSMyersPathNode JRCSMyersPathNode.prev
           
 

Methods in JLibDiff that return JRCSMyersPathNode
 JRCSMyersPathNode JRCSMyersAlgorithm.buildPath(java.lang.Object[] orig, java.lang.Object[] rev)
          Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
 

Methods in JLibDiff with parameters of type JRCSMyersPathNode
 java.util.Vector JRCSMyersAlgorithm.buildRevision(JRCSMyersPathNode path, java.lang.Object[] orig, java.lang.Object[] rev)
          Constructs a Revision from a difference path.
 

Constructors in JLibDiff with parameters of type JRCSMyersPathNode
JRCSMyersPathNode(int i, int j, JRCSMyersPathNode prev)
          Adds a node to an existing diffpath.