echopoint.util
Class ReflectionKit.MethodClassComparator
java.lang.Object
echopoint.util.ReflectionKit.MemberClassComparator
echopoint.util.ReflectionKit.MethodClassComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- ReflectionKit
public static class ReflectionKit.MethodClassComparator
- extends ReflectionKit.MemberClassComparator
A Comparator that can be used when comparing and
sorting Method objects by name, modifier and class
order.
If the Methods's names are the same they are sorted in declaring class
order with the most specific class first.
In short it sorts in "Method / Declaring Class" order.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionKit.MethodClassComparator
public ReflectionKit.MethodClassComparator()