public final class org.apache.lucene.util.CharsRef implements java.lang.Comparable<org.apache.lucene.util.CharsRef>, java.lang.CharSequence, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.CharsRef
  super_class: java.lang.Object
{
  public static final char[] EMPTY_CHARS;
    descriptor: [C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public char[] chars;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public int offset;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int length;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private static final java.util.Comparator<org.apache.lucene.util.CharsRef> utf16SortedAsUTF8SortOrder;
    descriptor: Ljava/util/Comparator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Lorg/apache/lucene/util/CharsRef;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 28
            ldc Lorg/apache/lucene/util/CharsRef;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.util.CharsRef.$assertionsDisabled:Z
         3: .line 30
            iconst_0
            newarray 5
            putstatic org.apache.lucene.util.CharsRef.EMPTY_CHARS:[C
         4: .line 146
            new org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator
            dup
            invokespecial org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator.<init>:()V
            putstatic org.apache.lucene.util.CharsRef.utf16SortedAsUTF8SortOrder:Ljava/util/Comparator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef this
         0: .line 42
            aload 0 /* this */
            getstatic org.apache.lucene.util.CharsRef.EMPTY_CHARS:[C
            iconst_0
            iconst_0
            invokespecial org.apache.lucene.util.CharsRef.<init>:([CII)V
         1: .line 43
            return
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/CharsRef;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // int capacity
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            iload 1 /* capacity */
            newarray 5
            putfield org.apache.lucene.util.CharsRef.chars:[C
         2: .line 51
            return
        end local 1 // int capacity
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/lucene/util/CharsRef;
            0    3     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public void <init>(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // char[] chars
        start local 2 // int offset
        start local 3 // int length
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* chars */
            putfield org.apache.lucene.util.CharsRef.chars:[C
         2: .line 59
            aload 0 /* this */
            iload 2 /* offset */
            putfield org.apache.lucene.util.CharsRef.offset:I
         3: .line 60
            aload 0 /* this */
            iload 3 /* length */
            putfield org.apache.lucene.util.CharsRef.length:I
         4: .line 61
            getstatic org.apache.lucene.util.CharsRef.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.CharsRef.isValid:()Z
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 62
      StackMap locals: org.apache.lucene.util.CharsRef char[] int int
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] chars
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/util/CharsRef;
            0    6     1   chars  [C
            0    6     2  offset  I
            0    6     3  length  I
    MethodParameters:
        Name  Flags
      chars   
      offset  
      length  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // java.lang.String string
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* string */
            invokevirtual java.lang.String.toCharArray:()[C
            putfield org.apache.lucene.util.CharsRef.chars:[C
         2: .line 70
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.CharsRef.offset:I
         3: .line 71
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            putfield org.apache.lucene.util.CharsRef.length:I
         4: .line 72
            return
        end local 1 // java.lang.String string
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/util/CharsRef;
            0    5     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  public org.apache.lucene.util.CharsRef clone();
    descriptor: ()Lorg/apache/lucene/util/CharsRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef this
         0: .line 83
            new org.apache.lucene.util.CharsRef
            dup
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokespecial org.apache.lucene.util.CharsRef.<init>:([CII)V
            areturn
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRef;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef this
         0: .line 89
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 90
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
            istore 2 /* end */
        start local 2 // int end
         2: .line 91
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 92
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            iload 3 /* i */
            caload
            iadd
            istore 1 /* result */
         5: .line 91
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* end */
            if_icmplt 4
        end local 3 // int i
         7: .line 94
            iload 1 /* result */
            ireturn
        end local 2 // int end
        end local 1 // int result
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/util/CharsRef;
            1    8     1  result  I
            2    8     2     end  I
            3    7     3       i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // java.lang.Object other
         0: .line 99
            aload 1 /* other */
            ifnonnull 2
         1: .line 100
            iconst_0
            ireturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.apache.lucene.util.CharsRef
            ifeq 4
         3: .line 103
            aload 0 /* this */
            aload 1 /* other */
            checkcast org.apache.lucene.util.CharsRef
            invokevirtual org.apache.lucene.util.CharsRef.charsEquals:(Lorg/apache/lucene/util/CharsRef;)Z
            ireturn
         4: .line 105
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/util/CharsRef;
            0    5     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public boolean charsEquals(org.apache.lucene.util.CharsRef);
    descriptor: (Lorg/apache/lucene/util/CharsRef;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // org.apache.lucene.util.CharsRef other
         0: .line 109
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
         1: .line 110
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
         2: .line 109
            invokestatic org.apache.lucene.util.FutureArrays.equals:([CII[CII)Z
            ireturn
        end local 1 // org.apache.lucene.util.CharsRef other
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/util/CharsRef;
            0    3     1  other  Lorg/apache/lucene/util/CharsRef;
    MethodParameters:
       Name  Flags
      other  

  public int compareTo(org.apache.lucene.util.CharsRef);
    descriptor: (Lorg/apache/lucene/util/CharsRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // org.apache.lucene.util.CharsRef other
         0: .line 116
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
         1: .line 117
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
         2: .line 116
            invokestatic org.apache.lucene.util.FutureArrays.compare:([CII[CII)I
            ireturn
        end local 1 // org.apache.lucene.util.CharsRef other
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/util/CharsRef;
            0    3     1  other  Lorg/apache/lucene/util/CharsRef;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef this
         0: .line 122
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRef;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef this
         0: .line 127
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            ireturn
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRef;

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // int index
         0: .line 133
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokestatic org.apache.lucene.util.FutureObjects.checkIndex:(II)I
            pop
         1: .line 134
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            iload 1 /* index */
            iadd
            caload
            ireturn
        end local 1 // int index
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/CharsRef;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.CharsRef this
        start local 1 // int start
        start local 2 // int end
         0: .line 140
            iload 1 /* start */
            iload 2 /* end */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokestatic org.apache.lucene.util.FutureObjects.checkFromToIndex:(III)I
            pop
         1: .line 141
            new org.apache.lucene.util.CharsRef
            dup
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            iload 1 /* start */
            iadd
            iload 2 /* end */
            iload 1 /* start */
            isub
            invokespecial org.apache.lucene.util.CharsRef.<init>:([CII)V
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/CharsRef;
            0    2     1  start  I
            0    2     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public static java.util.Comparator<org.apache.lucene.util.CharsRef> getUTF16SortedAsUTF8Comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 151
            getstatic org.apache.lucene.util.CharsRef.utf16SortedAsUTF8SortOrder:Ljava/util/Comparator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/Comparator<Lorg/apache/lucene/util/CharsRef;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static org.apache.lucene.util.CharsRef deepCopyOf(org.apache.lucene.util.CharsRef);
    descriptor: (Lorg/apache/lucene/util/CharsRef;)Lorg/apache/lucene/util/CharsRef;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef other
         0: .line 204
            new org.apache.lucene.util.CharsRef
            dup
            aload 0 /* other */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* other */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
            invokestatic org.apache.lucene.util.ArrayUtil.copyOfSubArray:([CII)[C
            iconst_0
            aload 0 /* other */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokespecial org.apache.lucene.util.CharsRef.<init>:([CII)V
            areturn
        end local 0 // org.apache.lucene.util.CharsRef other
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  other  Lorg/apache/lucene/util/CharsRef;
    MethodParameters:
       Name  Flags
      other  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRef this
         0: .line 212
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            ifnonnull 2
         1: .line 213
            new java.lang.IllegalStateException
            dup
            ldc "chars is null"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            ifge 4
         3: .line 216
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "length is negative: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            if_icmple 6
         5: .line 219
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "length is out of bounds: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",chars.length="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            ifge 8
         7: .line 222
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "offset is negative: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            if_icmple 10
         9: .line 225
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "offset out of bounds: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",chars.length="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
            ifge 12
        11: .line 228
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "offset+length is negative: offset="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",length="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            if_icmple 14
        13: .line 231
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "offset+length out of bounds: offset="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.offset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",length="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",chars.length="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 233
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.util.CharsRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/lucene/util/CharsRef;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.lucene.util.CharsRef
            invokevirtual org.apache.lucene.util.CharsRef.compareTo:(Lorg/apache/lucene/util/CharsRef;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.util.CharsRef.clone:()Lorg/apache/lucene/util/CharsRef;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/apache/lucene/util/CharsRef;>;Ljava/lang/CharSequence;Ljava/lang/Cloneable;
SourceFile: "CharsRef.java"
NestMembers:
  org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator
InnerClasses:
  private UTF16SortedAsUTF8Comparator = org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator of org.apache.lucene.util.CharsRef