Package org.smallmind.persistence.orm
Class ProcessPriorityComparator
java.lang.Object
org.smallmind.persistence.orm.ProcessPriorityComparator
- All Implemented Interfaces:
Comparator<TransactionPostProcess>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(TransactionPostProcess postProcess1, TransactionPostProcess postProcess2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ProcessPriorityComparator
public ProcessPriorityComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<TransactionPostProcess>
-