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

/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPath.java71 * to the last node in the path.
111 * Return the last node in the path or null if the path is empty.
112 * @return the last node in the path or null if the path is empty.
114 public Node last() method in class:Path
149 * the revision in which it was last changed or added.
168 * the revision in which it was last changed or added.
188 * the revision in which it was last changed or added.
H A DVersion.java349 * Return the last number in the version number.
352 public int last() method in class:Version
358 * Return the last number in the version number.
377 result.numbers[this.numbers.length - 1] = this.last() + 1;
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java174 * Returns the index of the last line of the chunk.
176 public int last() method in class:Chunk
218 if (last() > target.size())
238 for (int i = last(); i >= first(); i--)
/opengrok-sun/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 1172 milliseconds