class net.sf.cglib.util.ParallelSorter$DoubleComparer 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$DoubleComparer
  super_class: java.lang.Object
{
  private double[] a;
    descriptor: [D
    flags: (0x0002) ACC_PRIVATE

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

  public int compare(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // net.sf.cglib.util.ParallelSorter$DoubleComparer this
        start local 1 // int i
        start local 2 // int j
         0: .line 235
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$DoubleComparer.a:[D
            iload 1 /* i */
            daload
            dstore 3 /* vi */
        start local 3 // double vi
         1: .line 236
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$DoubleComparer.a:[D
            iload 2 /* j */
            daload
            dstore 5 /* vj */
        start local 5 // double vj
         2: .line 237
            dload 3 /* vi */
            dload 5 /* vj */
            dcmpl
            ifne 3
            iconst_0
            goto 5
      StackMap locals: double double
      StackMap stack:
         3: dload 3 /* vi */
            dload 5 /* vj */
            dcmpl
            ifle 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 5 // double vj
        end local 3 // double vi
        end local 2 // int j
        end local 1 // int i
        end local 0 // net.sf.cglib.util.ParallelSorter$DoubleComparer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/sf/cglib/util/ParallelSorter$DoubleComparer;
            0    6     1     i  I
            0    6     2     j  I
            1    6     3    vi  D
            2    6     5    vj  D
    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
  DoubleComparer = net.sf.cglib.util.ParallelSorter$DoubleComparer of net.sf.cglib.util.ParallelSorter