public class LogProfiler.CountComparator extends java.lang.Object implements java.util.Comparator<LogProfiler.OccurrenceCount>
Constructor and Description |
---|
LogProfiler.CountComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(LogProfiler.OccurrenceCount o1,
LogProfiler.OccurrenceCount o2)
Compare the count of the occurrence.
|
public int compare(LogProfiler.OccurrenceCount o1, LogProfiler.OccurrenceCount o2)
compare
in interface java.util.Comparator<LogProfiler.OccurrenceCount>