|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.util.reflect.ReflectionKit.MethodComparator
echopointng.util.reflect.ReflectionKit.ClassMethodComparator
public static class ReflectionKit.ClassMethodComparator
A Comparator that can be used when comparing and sorting Method objects by most specific declaring class order, then followed by method name.
In short it sorts in "Class / Method" order.
| Constructor Summary | |
|---|---|
ReflectionKit.ClassMethodComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
|
| Methods inherited from class echopointng.util.reflect.ReflectionKit.MethodComparator |
|---|
compareNonNullMethods |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public ReflectionKit.ClassMethodComparator()
| Method Detail |
|---|
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparatorcompare in class ReflectionKit.MethodComparatorReflectionKit.MethodComparator.compare(java.lang.Object, java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||