EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.util
Class ReflectionKit.ClassNameComparator

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

public static class ReflectionKit.ClassNameComparator
extends Object
implements Comparator

A Comparator that can be used when comparing and sorting Class objects by class name. NOTE: this is only based on class name nor class derivation.

In short it sorts in "Class Name" order only.


Constructor Summary
ReflectionKit.ClassNameComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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.ClassNameComparator

public ReflectionKit.ClassNameComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

EchoPoint API - 3.0.0b5
App Webcontainer