Searched defs:compareTo (Results 1 - 11 of 11) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DBazaarTagEntry.java19 public int compareTo(HistoryEntry that) { method in class:BazaarTagEntry
21 return ((Integer)this.revision).compareTo(Integer.parseInt(that.getRevision()));
H A DGitTagEntry.java23 public int compareTo(HistoryEntry that) { method in class:GitTagEntry
25 return this.date.compareTo(that.getDate());
H A DMercurialTagEntry.java19 public int compareTo(HistoryEntry that) { method in class:MercurialTagEntry
23 return ((Integer)this.revision).compareTo(Integer.parseInt(revs[0]));
H A DTagEntry.java55 public int compareTo(Object aThat) { method in class:TagEntry
63 return ((Integer) this.revision).compareTo(that.revision);
66 return this.date.compareTo(that.date);
101 public abstract int compareTo(HistoryEntry aThat); method in class:TagEntry
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java90 public int compareTo(Object o) { method in class:DirectoryListingTest.FileEntry
95 return name.compareTo(fe.name);
215 if (entries[ii] != null && entries[ii].compareTo(entry) == 0) {
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DHit.java179 * @return the result of a toString().compareTo() of the filename
182 public int compareTo(Hit o) throws ClassCastException { method in class:Hit
183 return filename.compareTo(o.filename);
237 * to match the return value of the {@link #compareTo(Hit)} method.
244 return compareTo((Hit) o) == 0;
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DVersion.java241 public int compareTo(Object other) method in class:Version
329 return compareTo((Version) o) == 0;
H A DNode.java197 public int compareTo(Object other) method in class:Node
209 return version.compareTo(((Node) other).version);
/opengrok-sun/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 49 milliseconds