public class LogProfiler.InfoComparator extends java.lang.Object implements java.util.Comparator<LogProfiler.OccurrenceInfo>
Constructor and Description |
---|
LogProfiler.InfoComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(LogProfiler.OccurrenceInfo o1,
LogProfiler.OccurrenceInfo o2)
Compare the information of the occurrence. main comparation criterion
is the maximal time the second one the total time
|
public int compare(LogProfiler.OccurrenceInfo o1, LogProfiler.OccurrenceInfo o2)
compare
in interface java.util.Comparator<LogProfiler.OccurrenceInfo>