-
- All Implemented Interfaces:
-
java.util.Comparator
public final class EngineTaskCommandSorter implements Comparator<EngineTaskCommand>
Provides an ordering for EngineTaskCommand based on their order property.
-
-
Constructor Summary
Constructors Constructor Description EngineTaskCommandSorter()
-
Method Summary
Modifier and Type Method Description Integercompare(EngineTaskCommand command, EngineTaskCommand otherCommand)-
Methods inherited from class io.holunda.camunda.taskpool.api.task.EngineTaskCommandSorter
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
compare
Integer compare(EngineTaskCommand command, EngineTaskCommand otherCommand)
-
-
-
-