org.apache.cxf.helpers
Class MethodComparator
java.lang.Object
org.apache.cxf.helpers.MethodComparator
- All Implemented Interfaces:
- Serializable, Comparator<Method>
public class MethodComparator
- extends Object
- implements Comparator<Method>, Serializable
Sorts methods according to their name, number of parameters, and parameter
types.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodComparator
public MethodComparator()
compare
public int compare(Method m1,
Method m2)
- Specified by:
compare
in interface Comparator<Method>
Apache CXF