Searched defs:last (Results 1 - 5 of 5) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPath.java71 * to the last node in the path.
113 * Return the last node in the path or null if the path is empty.
114 * @return the last node in the path or null if the path is empty.
116 public Node last() method in class:Path
152 * the revision in which it was last changed or added.
175 * the revision in which it was last changed or added.
199 * the revision in which it was last changed or added.
H A DVersion.java353 * Return the last number in the version number.
356 public int last() method in class:Version
362 * Return the last number in the version number.
384 result.numbers[this.numbers.length - 1] = this.last() + 1;
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java180 * Returns the index of the last line of the chunk.
183 public int last() method in class:Chunk
229 if (last() > target.size())
250 for (int i = last(); i >= first(); i--)
/opengrok-jel/lib/
H A Djrcs.jar ... int anchor () public int size () public int first () public int last () public int rcsfrom () public int rcsto () public java.util ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 17 milliseconds