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

/opengrok/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/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/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 20 milliseconds