class net.sf.cglib.util.ParallelSorter$FloatComparer implements net.sf.cglib.util.ParallelSorter$Comparer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.util.ParallelSorter$FloatComparer
  super_class: java.lang.Object
{
  private float[] a;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

  public void <init>(float[]);
    descriptor: ([F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sf.cglib.util.ParallelSorter$FloatComparer this
        start local 1 // float[] a
         0: .line 223
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            aload 1 /* a */
            putfield net.sf.cglib.util.ParallelSorter$FloatComparer.a:[F
            return
        end local 1 // float[] a
        end local 0 // net.sf.cglib.util.ParallelSorter$FloatComparer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/util/ParallelSorter$FloatComparer;
            0    1     1     a  [F
    MethodParameters:
      Name  Flags
      a     

  public int compare(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // net.sf.cglib.util.ParallelSorter$FloatComparer this
        start local 1 // int i
        start local 2 // int j
         0: .line 225
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$FloatComparer.a:[F
            iload 1 /* i */
            faload
            fstore 3 /* vi */
        start local 3 // float vi
         1: .line 226
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$FloatComparer.a:[F
            iload 2 /* j */
            faload
            fstore 4 /* vj */
        start local 4 // float vj
         2: .line 227
            fload 3 /* vi */
            fload 4 /* vj */
            fcmpl
            ifne 3
            iconst_0
            goto 5
      StackMap locals: float float
      StackMap stack:
         3: fload 3 /* vi */
            fload 4 /* vj */
            fcmpl
            ifle 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 4 // float vj
        end local 3 // float vi
        end local 2 // int j
        end local 1 // int i
        end local 0 // net.sf.cglib.util.ParallelSorter$FloatComparer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/sf/cglib/util/ParallelSorter$FloatComparer;
            0    6     1     i  I
            0    6     2     j  I
            1    6     3    vi  F
            2    6     4    vj  F
    MethodParameters:
      Name  Flags
      i     
      j     
}
SourceFile: "ParallelSorter.java"
NestHost: net.sf.cglib.util.ParallelSorter
InnerClasses:
  abstract Comparer = net.sf.cglib.util.ParallelSorter$Comparer of net.sf.cglib.util.ParallelSorter
  FloatComparer = net.sf.cglib.util.ParallelSorter$FloatComparer of net.sf.cglib.util.ParallelSorter