Package com.mebigfatguy.fbcontrib.utils
Class SerialVersionCalc.FieldSorter
java.lang.Object
com.mebigfatguy.fbcontrib.utils.SerialVersionCalc.FieldSorter
- All Implemented Interfaces:
Serializable,Comparator<org.apache.bcel.classfile.Field>
- Enclosing class:
SerialVersionCalc
static class SerialVersionCalc.FieldSorter
extends Object
implements Comparator<org.apache.bcel.classfile.Field>, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(org.apache.bcel.classfile.Field f1, org.apache.bcel.classfile.Field f2) 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
-
FieldSorter
FieldSorter()
-
-
Method Details
-
compare
public int compare(org.apache.bcel.classfile.Field f1, org.apache.bcel.classfile.Field f2) - Specified by:
comparein interfaceComparator<org.apache.bcel.classfile.Field>
-