EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.util
Class ReflectionKit.ClassMethodComparator

java.lang.Object
  extended by echopoint.util.ReflectionKit.MemberClassComparator
      extended by echopoint.util.ReflectionKit.ClassMemberComparator
          extended by 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.


Constructor Summary
ReflectionKit.ClassMethodComparator()
           
 
Method Summary
 
Methods inherited from class echopoint.util.ReflectionKit.ClassMemberComparator
compare
 
Methods inherited from class echopoint.util.ReflectionKit.MemberClassComparator
compareByConstructor, compareByField, compareByMethod, compareByModifiers
 
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

ReflectionKit.ClassMethodComparator

public ReflectionKit.ClassMethodComparator()

EchoPoint API - 3.0.0b5
App Webcontainer