Package org.apache.cxf.phase
Class PhaseComparator
- java.lang.Object
- 
- org.apache.cxf.phase.PhaseComparator
 
- 
- All Implemented Interfaces:
- Comparator<Phase>
 
 public class PhaseComparator extends Object implements Comparator<Phase> 
- 
- 
Constructor SummaryConstructors Constructor Description PhaseComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Phase o1, Phase o2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Method Detail- 
comparepublic int compare(Phase o1, Phase o2) - Specified by:
- comparein interface- Comparator<Phase>
 
 
- 
 
-