Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities
Class InspectionUtil.ClassSorter

java.lang.Object
  extended by 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.

Author:
Erich Schubert

Constructor Summary
InspectionUtil.ClassSorter()
           
 
Method Summary
 int compare(Class<?> o1, Class<?> 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

InspectionUtil.ClassSorter

public InspectionUtil.ClassSorter()
Method Detail

compare

public int compare(Class<?> o1,
                   Class<?> o2)
Specified by:
compare in interface Comparator<Class<?>>

Release 0.3 (2010-03-31_1612)