public abstract class org.apache.lucene.util.BytesRefComparator implements java.util.Comparator<org.apache.lucene.util.BytesRef>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.util.BytesRefComparator
  super_class: java.lang.Object
{
  final int comparedBytesCount;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefComparator this
        start local 1 // int comparedBytesCount
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            iload 1 /* comparedBytesCount */
            putfield org.apache.lucene.util.BytesRefComparator.comparedBytesCount:I
         2: .line 33
            return
        end local 1 // int comparedBytesCount
        end local 0 // org.apache.lucene.util.BytesRefComparator this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/apache/lucene/util/BytesRefComparator;
            0    3     1  comparedBytesCount  I
    MethodParameters:
                    Name  Flags
      comparedBytesCount  

  protected abstract int byteAt(org.apache.lucene.util.BytesRef, int);
    descriptor: (Lorg/apache/lucene/util/BytesRef;I)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      ref   
      i     

  public int compare(org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefComparator this
        start local 1 // org.apache.lucene.util.BytesRef o1
        start local 2 // org.apache.lucene.util.BytesRef o2
         0: .line 43
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 9
         2: .line 44
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o1 */
            iload 3 /* i */
            invokevirtual org.apache.lucene.util.BytesRefComparator.byteAt:(Lorg/apache/lucene/util/BytesRef;I)I
            istore 4 /* b1 */
        start local 4 // int b1
         3: .line 45
            aload 0 /* this */
            aload 2 /* o2 */
            iload 3 /* i */
            invokevirtual org.apache.lucene.util.BytesRefComparator.byteAt:(Lorg/apache/lucene/util/BytesRef;I)I
            istore 5 /* b2 */
        start local 5 // int b2
         4: .line 46
            iload 4 /* b1 */
            iload 5 /* b2 */
            if_icmpeq 6
         5: .line 47
            iload 4 /* b1 */
            iload 5 /* b2 */
            isub
            ireturn
         6: .line 48
      StackMap locals: int int
      StackMap stack:
            iload 4 /* b1 */
            iconst_m1
            if_icmpne 8
         7: .line 49
            goto 10
        end local 5 // int b2
        end local 4 // int b1
         8: .line 43
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefComparator.comparedBytesCount:I
            if_icmplt 2
        end local 3 // int i
        10: .line 52
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.apache.lucene.util.BytesRef o2
        end local 1 // org.apache.lucene.util.BytesRef o1
        end local 0 // org.apache.lucene.util.BytesRefComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/lucene/util/BytesRefComparator;
            0   11     1    o1  Lorg/apache/lucene/util/BytesRef;
            0   11     2    o2  Lorg/apache/lucene/util/BytesRef;
            1   10     3     i  I
            3    8     4    b1  I
            4    8     5    b2  I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.lucene.util.BytesRef
            aload 2
            checkcast org.apache.lucene.util.BytesRef
            invokevirtual org.apache.lucene.util.BytesRefComparator.compare:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/apache/lucene/util/BytesRef;>;
SourceFile: "BytesRefComparator.java"