at.tuwien.ifs.somtoolbox.apps.config
Class AbstractOptionFactory.MethodComparator

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.config.AbstractOptionFactory.MethodComparator
All Implemented Interfaces:
Comparator<Method>
Enclosing class:
AbstractOptionFactory

private static class AbstractOptionFactory.MethodComparator
extends Object
implements Comparator<Method>


Constructor Summary
private AbstractOptionFactory.MethodComparator()
           
 
Method Summary
 int compare(Method o1, Method 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

AbstractOptionFactory.MethodComparator

private AbstractOptionFactory.MethodComparator()
Method Detail

compare

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