public class LogProfiler.DelayComparator extends java.lang.Object implements java.util.Comparator<LogProfiler.DelayLine>
| Constructor and Description |
|---|
LogProfiler.DelayComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(LogProfiler.DelayLine o1,
LogProfiler.DelayLine o2)
Compare the delay time of the two objects.
|
public int compare(LogProfiler.DelayLine o1, LogProfiler.DelayLine o2)
compare in interface java.util.Comparator<LogProfiler.DelayLine>