Package com.mebigfatguy.fbcontrib.utils
Class SerialVersionCalc.MethodSorter
java.lang.Object
com.mebigfatguy.fbcontrib.utils.SerialVersionCalc.MethodSorter
- All Implemented Interfaces:
Serializable,Comparator<org.apache.bcel.classfile.Method>
- Enclosing class:
SerialVersionCalc
static class SerialVersionCalc.MethodSorter
extends Object
implements Comparator<org.apache.bcel.classfile.Method>, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(org.apache.bcel.classfile.Method m1, org.apache.bcel.classfile.Method m2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MethodSorter
MethodSorter()
-
-
Method Details
-
compare
public int compare(org.apache.bcel.classfile.Method m1, org.apache.bcel.classfile.Method m2) - Specified by:
comparein interfaceComparator<org.apache.bcel.classfile.Method>
-