Class EventComparator
java.lang.Object
ecmwf.common.plugin.EventComparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(PluginEvent<?> event1, PluginEvent<?> event2) Compare.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
-
EventComparator
public EventComparator()
-
-
Method Details
-
compare
Compare.- Specified by:
compare
in interfaceComparator<PluginEvent<?>>
-