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

java.lang.Objectopenfuture.bugbase.model.BugReportLevelComparator
- All Implemented Interfaces:
- java.util.Comparator
- public class BugReportLevelComparator
- extends java.lang.Object
- implements java.util.Comparator
- extends java.lang.Object
Compares bug reports by their error level.
Created: Thu Jun 15 19:02:18 2000
- Version:
- $Revision: 1.3 $
Constructor Summary | |
BugReportLevelComparator()
|
Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares bug reports by their error level. |
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 |
BugReportLevelComparator
public BugReportLevelComparator()
Method Detail |
compare
public int compare(java.lang.Object o1, java.lang.Object o2)
- Compares bug reports by their error level.
- Specified by:
compare
in interfacejava.util.Comparator
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |