Package org.kuali.rice.kew.util
Class Utilities.PrioritySorter
java.lang.Object
org.kuali.rice.kew.util.Utilities.PrioritySorter
- All Implemented Interfaces:
Comparator<ActionRequestValue>
- Direct Known Subclasses:
Utilities.RouteLogActionRequestSorter
- Enclosing class:
- Utilities
public static class Utilities.PrioritySorter
extends Object
implements Comparator<ActionRequestValue>
Consider moving out of this class if this bugs
-
Constructor Summary
Constructors -
Method Summary
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
-
PrioritySorter
public PrioritySorter()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ActionRequestValue>
-