echopoint.util
Class ReflectionKit.ClassMethodComparator
java.lang.Object
echopoint.util.ReflectionKit.MemberClassComparator
echopoint.util.ReflectionKit.ClassMemberComparator
echopoint.util.ReflectionKit.ClassMethodComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- ReflectionKit
public static class ReflectionKit.ClassMethodComparator
- extends ReflectionKit.ClassMemberComparator
A Comparator
that can be used when comparing and
sorting Method
objects by most specific declaring
class order, then followed by method name and parameters.
In short it sorts in "Class / Method" order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionKit.ClassMethodComparator
public ReflectionKit.ClassMethodComparator()