Package com.espertech.esperio.csv
Class SendableEventComparator
java.lang.Object
com.espertech.esperio.csv.SendableEventComparator
- All Implemented Interfaces:
Comparator<SendableEvent>
A comparator that orders SendableEvents first on sendTime, and
then on schedule slot.
-
Constructor Summary
-
Method Summary
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
SendableEventComparator
public SendableEventComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<SendableEvent>
-