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

  public void <init>(long[]);
    descriptor: ([J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sf.cglib.util.ParallelSorter$LongComparer this
        start local 1 // long[] a
         0: .line 213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            aload 1 /* a */
            putfield net.sf.cglib.util.ParallelSorter$LongComparer.a:[J
            return
        end local 1 // long[] a
        end local 0 // net.sf.cglib.util.ParallelSorter$LongComparer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/util/ParallelSorter$LongComparer;
            0    1     1     a  [J
    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$LongComparer this
        start local 1 // int i
        start local 2 // int j
         0: .line 215
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$LongComparer.a:[J
            iload 1 /* i */
            laload
            lstore 3 /* vi */
        start local 3 // long vi
         1: .line 216
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$LongComparer.a:[J
            iload 2 /* j */
            laload
            lstore 5 /* vj */
        start local 5 // long vj
         2: .line 217
            lload 3 /* vi */
            lload 5 /* vj */
            lcmp
            ifne 3
            iconst_0
            goto 5
      StackMap locals: long long
      StackMap stack:
         3: lload 3 /* vi */
            lload 5 /* vj */
            lcmp
            ifle 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 5 // long vj
        end local 3 // long vi
        end local 2 // int j
        end local 1 // int i
        end local 0 // net.sf.cglib.util.ParallelSorter$LongComparer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/sf/cglib/util/ParallelSorter$LongComparer;
            0    6     1     i  I
            0    6     2     j  I
            1    6     3    vi  J
            2    6     5    vj  J
    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
  LongComparer = net.sf.cglib.util.ParallelSorter$LongComparer of net.sf.cglib.util.ParallelSorter