|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.bugbase.model.BugReportPackageComparator
Constructor Summary | |
BugReportPackageComparator()
|
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 BugReportPackageComparator()
Method Detail |
public int compare(java.lang.Object o1, java.lang.Object o2)
o1
and o1
are
bug reports
, their
package name
is compared.compare
in interface java.util.Comparator
o1
- 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 |