Package jadex.extension.rs.publish
Class MethodComparator
- java.lang.Object
- 
- jadex.extension.rs.publish.MethodComparator
 
- 
- All Implemented Interfaces:
- java.util.Comparator<java.lang.reflect.Method>
 
 public class MethodComparator extends java.lang.Object implements java.util.Comparator<java.lang.reflect.Method>Simple method comparator that can be used to order methods alphabetically.
- 
- 
Constructor SummaryConstructors Constructor Description MethodComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(java.lang.reflect.Method m1, java.lang.reflect.Method m2)
 
-