|
|||||||||
Home >> All >> openfuture >> bugbase >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.model
Class BugReportPackageComparator

java.lang.Objectopenfuture.bugbase.model.BugReportPackageComparator
- All Implemented Interfaces:
- java.util.Comparator
- public class BugReportPackageComparator
- extends java.lang.Object
- implements java.util.Comparator
- extends java.lang.Object
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 |
BugReportPackageComparator
public BugReportPackageComparator()
Method Detail |
compare
public int compare(java.lang.Object o1, java.lang.Object o2)
- Compare two objects. If
o1
ando1
are bug reports, their package name 55 is compared.- Specified by:
compare
in interfacejava.util.Comparator
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |