Package adalid.core.comparators
Class ByMethodSequence
- java.lang.Object
-
- adalid.core.comparators.ByMethodSequence
-
- All Implemented Interfaces:
java.util.Comparator<java.lang.reflect.Method>
public class ByMethodSequence extends java.lang.Object implements java.util.Comparator<java.lang.reflect.Method>- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description ByMethodSequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(java.lang.reflect.Method o1, java.lang.reflect.Method o2)
-