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

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

  public int compare(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.sf.cglib.util.ParallelSorter$ByteComparer this
        start local 1 // int i
        start local 2 // int j
         0: .line 250
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$ByteComparer.a:[B
            iload 1 /* i */
            baload
            aload 0 /* this */
            getfield net.sf.cglib.util.ParallelSorter$ByteComparer.a:[B
            iload 2 /* j */
            baload
            isub
            ireturn
        end local 2 // int j
        end local 1 // int i
        end local 0 // net.sf.cglib.util.ParallelSorter$ByteComparer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/util/ParallelSorter$ByteComparer;
            0    1     1     i  I
            0    1     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     
}
SourceFile: "ParallelSorter.java"
NestHost: net.sf.cglib.util.ParallelSorter
InnerClasses:
  ByteComparer = net.sf.cglib.util.ParallelSorter$ByteComparer of net.sf.cglib.util.ParallelSorter
  abstract Comparer = net.sf.cglib.util.ParallelSorter$Comparer of net.sf.cglib.util.ParallelSorter