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 Summary
Constructors Constructor Description MethodComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(java.lang.reflect.Method m1, java.lang.reflect.Method m2)
-