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 Details

  • Constructor Details

    • MethodSorter

      MethodSorter()
  • Method Details

    • compare

      public int compare(org.apache.bcel.classfile.Method m1, org.apache.bcel.classfile.Method m2)
      Specified by:
      compare in interface Comparator<org.apache.bcel.classfile.Method>