Searched defs:Delta (Results 1 - 1 of 1) sorted by relevance
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/ | ||
H A D | Delta.java | 81 public abstract class Delta class in inherits:org.apache.commons.jrcs.util.ToString 108 * Returns a Delta that corresponds to the given chunks in the 113 public static Delta newDelta(Chunk orig, Chunk rev) 117 Delta result; 120 result = (Delta) c.newInstance(); 133 protected Delta() method in class:Delta 141 protected Delta(Chunk orig, Chunk rev) method in class:Delta |
Completed in 10 milliseconds