echopoint.util
Class ReflectionKit.ClassNameComparator
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionKit.ClassNameComparator
public ReflectionKit.ClassNameComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare in interface Comparator