de.lmu.ifi.dbs.elki.utilities
Class InspectionUtil.ClassSorter
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.InspectionUtil.ClassSorter
- All Implemented Interfaces:
- Comparator<Class<?>>
- Enclosing class:
- InspectionUtil
public static class InspectionUtil.ClassSorter
- extends Object
- implements Comparator<Class<?>>
Sort classes by their class name. Package first, then class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InspectionUtil.ClassSorter
public InspectionUtil.ClassSorter()
compare
public int compare(Class<?> o1,
Class<?> o2)
- Specified by:
compare
in interface Comparator<Class<?>>