EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.util
Class ReflectionKit.ClassConstructorComparator

java.lang.Object
  extended by echopoint.util.ReflectionKit.MemberClassComparator
      extended by echopoint.util.ReflectionKit.ClassMemberComparator
          extended by echopoint.util.ReflectionKit.ClassConstructorComparator
All Implemented Interfaces:
Comparator
Enclosing class:
ReflectionKit

public static class ReflectionKit.ClassConstructorComparator
extends ReflectionKit.ClassMemberComparator

A Comparator that can be used when comparing and sorting Constructor objects by most specific declaring class order, then followed by Constructor name and parameters.

In short it sorts in "Class / Constructor" order.


Constructor Summary
ReflectionKit.ClassConstructorComparator()
           
 
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.ClassConstructorComparator

public ReflectionKit.ClassConstructorComparator()

EchoPoint API - 3.0.0b5
App Webcontainer