jdave.runner
Class MethodLineNumberComparator
java.lang.Object
jdave.runner.MethodLineNumberComparator
- All Implemented Interfaces:
- Comparator<Method>
public class MethodLineNumberComparator
- extends Object
- implements Comparator<Method>
Sorts public methods according to the order in which they have been declared in the source code.
- Since:
- 4.1.2008
- Author:
- Esko Luontola
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodLineNumberComparator
public MethodLineNumberComparator()
compare
public int compare(Method m1,
Method m2)
- Specified by:
compare in interface Comparator<Method>
Copyright © 2010. All Rights Reserved.