com.opensymphony.workflow.spi.ejb
Class StepComparator
java.lang.Object
com.opensymphony.workflow.spi.ejb.StepComparator
- All Implemented Interfaces:
- Comparator
public class StepComparator
- extends Object
- implements Comparator
Utility class to order steps in a descending order.
- Author:
- Pat Lightbody
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepComparator
public StepComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare in interface Comparator