|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--openfuture.bugbase.model.BugReportTitleComparator
Compares two bug reports by
their title.
Created: Fri Mar 09 06:40:48 2001
| Constructor Summary | |
BugReportTitleComparator()
|
|
| Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compare two objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
| Constructor Detail |
public BugReportTitleComparator()
| Method Detail |
public int compare(java.lang.Object o1,
java.lang.Object o2)
o1 and o1 are
bug reports, their
title is compared.compare in interface java.util.Comparatoro1 - a value of type 'Object'o2 - a value of type 'Object'o1 is smaller, 1 if o1
is greater and 0 of o1 is equal to
o2.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||