public final class org.apache.lucene.util.BytesRefArray implements org.apache.lucene.util.SortableBytesRefArray
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.BytesRefArray
  super_class: java.lang.Object
{
  private final org.apache.lucene.util.ByteBlockPool pool;
    descriptor: Lorg/apache/lucene/util/ByteBlockPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int[] offsets;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int lastElement;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.lucene.util.Counter bytesUsed;
    descriptor: Lorg/apache/lucene/util/Counter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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=1, locals=0, args_size=0
         0: .line 33
            ldc Lorg/apache/lucene/util/BytesRefArray;
            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.BytesRefArray.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.util.Counter);
    descriptor: (Lorg/apache/lucene/util/Counter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // org.apache.lucene.util.Counter bytesUsed
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_1
            newarray 10
            putfield org.apache.lucene.util.BytesRefArray.offsets:[I
         2: .line 36
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.BytesRefArray.lastElement:I
         3: .line 37
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.BytesRefArray.currentOffset:I
         4: .line 44
            aload 0 /* this */
            new org.apache.lucene.util.ByteBlockPool
            dup
            new org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator
            dup
         5: .line 45
            aload 1 /* bytesUsed */
            invokespecial org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.<init>:(Lorg/apache/lucene/util/Counter;)V
            invokespecial org.apache.lucene.util.ByteBlockPool.<init>:(Lorg/apache/lucene/util/ByteBlockPool$Allocator;)V
         6: .line 44
            putfield org.apache.lucene.util.BytesRefArray.pool:Lorg/apache/lucene/util/ByteBlockPool;
         7: .line 46
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.pool:Lorg/apache/lucene/util/ByteBlockPool;
            invokevirtual org.apache.lucene.util.ByteBlockPool.nextBuffer:()V
         8: .line 47
            aload 1 /* bytesUsed */
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_ARRAY_HEADER:I
            iconst_4
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         9: .line 48
            aload 0 /* this */
            aload 1 /* bytesUsed */
            putfield org.apache.lucene.util.BytesRefArray.bytesUsed:Lorg/apache/lucene/util/Counter;
        10: .line 49
            return
        end local 1 // org.apache.lucene.util.Counter bytesUsed
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/lucene/util/BytesRefArray;
            0   11     1  bytesUsed  Lorg/apache/lucene/util/Counter;
    MethodParameters:
           Name  Flags
      bytesUsed  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefArray this
         0: .line 56
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.BytesRefArray.lastElement:I
         1: .line 57
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.BytesRefArray.currentOffset:I
         2: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            iconst_0
            invokestatic java.util.Arrays.fill:([II)V
         3: .line 60
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.pool:Lorg/apache/lucene/util/ByteBlockPool;
            iconst_0
            iconst_1
            invokevirtual org.apache.lucene.util.ByteBlockPool.reset:(ZZ)V
         4: .line 61
            return
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/util/BytesRefArray;

  public int append(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // org.apache.lucene.util.BytesRef bytes
         0: .line 70
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            arraylength
            if_icmplt 4
         1: .line 71
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            arraylength
            istore 2 /* oldLen */
        start local 2 // int oldLen
         2: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            arraylength
            iconst_1
            iadd
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([II)[I
            putfield org.apache.lucene.util.BytesRefArray.offsets:[I
         3: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.bytesUsed:Lorg/apache/lucene/util/Counter;
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            arraylength
            iload 2 /* oldLen */
            isub
            iconst_4
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
        end local 2 // int oldLen
         4: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.pool:Lorg/apache/lucene/util/ByteBlockPool;
            aload 1 /* bytes */
            invokevirtual org.apache.lucene.util.ByteBlockPool.append:(Lorg/apache/lucene/util/BytesRef;)V
         5: .line 76
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.BytesRefArray.lastElement:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.currentOffset:I
            iastore
         6: .line 77
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.BytesRefArray.currentOffset:I
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
            putfield org.apache.lucene.util.BytesRefArray.currentOffset:I
         7: .line 78
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            iconst_1
            isub
            ireturn
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/util/BytesRefArray;
            0    8     1   bytes  Lorg/apache/lucene/util/BytesRef;
            2    4     2  oldLen  I
    MethodParameters:
       Name  Flags
      bytes  

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

  public org.apache.lucene.util.BytesRef get(org.apache.lucene.util.BytesRefBuilder, int);
    descriptor: (Lorg/apache/lucene/util/BytesRefBuilder;I)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // org.apache.lucene.util.BytesRefBuilder spare
        start local 2 // int index
         0: .line 97
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            invokestatic org.apache.lucene.util.FutureObjects.checkIndex:(II)I
            pop
         1: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            iload 2 /* index */
            iaload
            istore 3 /* offset */
        start local 3 // int offset
         2: .line 99
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            iconst_1
            isub
            if_icmpne 3
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.currentOffset:I
            iload 3 /* offset */
            isub
            goto 4
         3: .line 100
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            iload 2 /* index */
            iconst_1
            iadd
            iaload
            iload 3 /* offset */
            isub
         4: .line 99
      StackMap locals:
      StackMap stack: int
            istore 4 /* length */
        start local 4 // int length
         5: .line 101
            aload 1 /* spare */
            iload 4 /* length */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.grow:(I)V
         6: .line 102
            aload 1 /* spare */
            iload 4 /* length */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.setLength:(I)V
         7: .line 103
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.pool:Lorg/apache/lucene/util/ByteBlockPool;
            iload 3 /* offset */
            i2l
            aload 1 /* spare */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.bytes:()[B
            iconst_0
            aload 1 /* spare */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.length:()I
            invokevirtual org.apache.lucene.util.ByteBlockPool.readBytes:(J[BII)V
         8: .line 104
            aload 1 /* spare */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int index
        end local 1 // org.apache.lucene.util.BytesRefBuilder spare
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/lucene/util/BytesRefArray;
            0    9     1   spare  Lorg/apache/lucene/util/BytesRefBuilder;
            0    9     2   index  I
            2    9     3  offset  I
            5    9     4  length  I
    MethodParameters:
       Name  Flags
      spare  
      index  

  private void setBytesRef(org.apache.lucene.util.BytesRefBuilder, org.apache.lucene.util.BytesRef, int);
    descriptor: (Lorg/apache/lucene/util/BytesRefBuilder;Lorg/apache/lucene/util/BytesRef;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // org.apache.lucene.util.BytesRefBuilder spare
        start local 2 // org.apache.lucene.util.BytesRef result
        start local 3 // int index
         0: .line 110
            iload 3 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            invokestatic org.apache.lucene.util.FutureObjects.checkIndex:(II)I
            pop
         1: .line 111
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            iload 3 /* index */
            iaload
            istore 4 /* offset */
        start local 4 // int offset
         2: .line 113
            iload 3 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.lastElement:I
            iconst_1
            isub
            if_icmpne 5
         3: .line 114
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.currentOffset:I
            iload 4 /* offset */
            isub
            istore 5 /* length */
        start local 5 // int length
         4: .line 115
            goto 6
        end local 5 // int length
         5: .line 116
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.offsets:[I
            iload 3 /* index */
            iconst_1
            iadd
            iaload
            iload 4 /* offset */
            isub
            istore 5 /* length */
        start local 5 // int length
         6: .line 118
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefArray.pool:Lorg/apache/lucene/util/ByteBlockPool;
            aload 1 /* spare */
            aload 2 /* result */
            iload 4 /* offset */
            i2l
            iload 5 /* length */
            invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRefBuilder;Lorg/apache/lucene/util/BytesRef;JI)V
         7: .line 119
            return
        end local 5 // int length
        end local 4 // int offset
        end local 3 // int index
        end local 2 // org.apache.lucene.util.BytesRef result
        end local 1 // org.apache.lucene.util.BytesRefBuilder spare
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/util/BytesRefArray;
            0    8     1   spare  Lorg/apache/lucene/util/BytesRefBuilder;
            0    8     2  result  Lorg/apache/lucene/util/BytesRef;
            0    8     3   index  I
            2    8     4  offset  I
            4    5     5  length  I
            6    8     5  length  I
    MethodParameters:
        Name  Flags
      spare   
      result  
      index   

  public org.apache.lucene.util.BytesRefArray$SortState sort(java.util.Comparator<org.apache.lucene.util.BytesRef>, java.util.function.IntBinaryOperator);
    descriptor: (Ljava/util/Comparator;Ljava/util/function/IntBinaryOperator;)Lorg/apache/lucene/util/BytesRefArray$SortState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // java.util.Comparator comp
        start local 2 // java.util.function.IntBinaryOperator tieComparator
         0: .line 126
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.BytesRefArray.size:()I
            newarray 10
            astore 3 /* orderedEntries */
        start local 3 // int[] orderedEntries
         1: .line 127
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 128
      StackMap locals: int[] int
      StackMap stack:
            aload 3 /* orderedEntries */
            iload 4 /* i */
            iload 4 /* i */
            iastore
         4: .line 127
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 3 /* orderedEntries */
            arraylength
            if_icmplt 3
        end local 4 // int i
         6: .line 130
            new org.apache.lucene.util.BytesRefArray$1
            dup
            aload 0 /* this */
            aload 3 /* orderedEntries */
            aload 1 /* comp */
            aload 2 /* tieComparator */
            invokespecial org.apache.lucene.util.BytesRefArray$1.<init>:(Lorg/apache/lucene/util/BytesRefArray;[ILjava/util/Comparator;Ljava/util/function/IntBinaryOperator;)V
         7: .line 171
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.BytesRefArray.size:()I
            invokevirtual org.apache.lucene.util.BytesRefArray$1.sort:(II)V
         8: .line 172
            new org.apache.lucene.util.BytesRefArray$SortState
            dup
            aload 3 /* orderedEntries */
            invokespecial org.apache.lucene.util.BytesRefArray$SortState.<init>:([I)V
            areturn
        end local 3 // int[] orderedEntries
        end local 2 // java.util.function.IntBinaryOperator tieComparator
        end local 1 // java.util.Comparator comp
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/apache/lucene/util/BytesRefArray;
            0    9     1            comp  Ljava/util/Comparator<Lorg/apache/lucene/util/BytesRef;>;
            0    9     2   tieComparator  Ljava/util/function/IntBinaryOperator;
            1    9     3  orderedEntries  [I
            2    6     4               i  I
    Signature: (Ljava/util/Comparator<Lorg/apache/lucene/util/BytesRef;>;Ljava/util/function/IntBinaryOperator;)Lorg/apache/lucene/util/BytesRefArray$SortState;
    MethodParameters:
               Name  Flags
      comp           final
      tieComparator  final

  public org.apache.lucene.util.BytesRefIterator iterator();
    descriptor: ()Lorg/apache/lucene/util/BytesRefIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefArray this
         0: .line 179
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.lucene.util.BytesRefArray.iterator:(Lorg/apache/lucene/util/BytesRefArray$SortState;)Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            areturn
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/BytesRefArray;

  public org.apache.lucene.util.BytesRefIterator iterator(java.util.Comparator<org.apache.lucene.util.BytesRef>);
    descriptor: (Ljava/util/Comparator;)Lorg/apache/lucene/util/BytesRefIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // java.util.Comparator comp
         0: .line 198
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* comp */
            invokedynamic applyAsInt()Ljava/util/function/IntBinaryOperator;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (II)I
                  org/apache/lucene/util/BytesRefArray.lambda$0(II)I (6)
                  (II)I
            invokevirtual org.apache.lucene.util.BytesRefArray.sort:(Ljava/util/Comparator;Ljava/util/function/IntBinaryOperator;)Lorg/apache/lucene/util/BytesRefArray$SortState;
            invokevirtual org.apache.lucene.util.BytesRefArray.iterator:(Lorg/apache/lucene/util/BytesRefArray$SortState;)Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            areturn
        end local 1 // java.util.Comparator comp
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/BytesRefArray;
            0    1     1  comp  Ljava/util/Comparator<Lorg/apache/lucene/util/BytesRef;>;
    Signature: (Ljava/util/Comparator<Lorg/apache/lucene/util/BytesRef;>;)Lorg/apache/lucene/util/BytesRefIterator;
    MethodParameters:
      Name  Flags
      comp  final

  public org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator iterator(org.apache.lucene.util.BytesRefArray$SortState);
    descriptor: (Lorg/apache/lucene/util/BytesRefArray$SortState;)Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefArray this
        start local 1 // org.apache.lucene.util.BytesRefArray$SortState sortState
         0: .line 207
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.BytesRefArray.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 208
            aload 1 /* sortState */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* sortState */
            getfield org.apache.lucene.util.BytesRefArray$SortState.indices:[I
      StackMap locals:
      StackMap stack: int[]
         3: astore 3 /* indices */
        start local 3 // int[] indices
         4: .line 209
            getstatic org.apache.lucene.util.BytesRefArray.$assertionsDisabled:Z
            ifne 5
            aload 3 /* indices */
            ifnull 5
            aload 3 /* indices */
            arraylength
            iload 2 /* size */
            if_icmpeq 5
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            aload 3 /* indices */
            arraylength
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " != "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 210
      StackMap locals: int[]
      StackMap stack:
            new org.apache.lucene.util.BytesRefBuilder
            dup
            invokespecial org.apache.lucene.util.BytesRefBuilder.<init>:()V
            astore 4 /* spare */
        start local 4 // org.apache.lucene.util.BytesRefBuilder spare
         6: .line 211
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            astore 5 /* result */
        start local 5 // org.apache.lucene.util.BytesRef result
         7: .line 213
            new org.apache.lucene.util.BytesRefArray$2
            dup
            aload 0 /* this */
            iload 2 /* size */
            aload 3 /* indices */
            aload 4 /* spare */
            aload 5 /* result */
            invokespecial org.apache.lucene.util.BytesRefArray$2.<init>:(Lorg/apache/lucene/util/BytesRefArray;I[ILorg/apache/lucene/util/BytesRefBuilder;Lorg/apache/lucene/util/BytesRef;)V
            areturn
        end local 5 // org.apache.lucene.util.BytesRef result
        end local 4 // org.apache.lucene.util.BytesRefBuilder spare
        end local 3 // int[] indices
        end local 2 // int size
        end local 1 // org.apache.lucene.util.BytesRefArray$SortState sortState
        end local 0 // org.apache.lucene.util.BytesRefArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/apache/lucene/util/BytesRefArray;
            0    8     1  sortState  Lorg/apache/lucene/util/BytesRefArray$SortState;
            1    8     2       size  I
            4    8     3    indices  [I
            6    8     4      spare  Lorg/apache/lucene/util/BytesRefBuilder;
            7    8     5     result  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
           Name  Flags
      sortState  final

  private static int lambda$0(int, int);
    descriptor: (II)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // int i
        start local 1 // int j
         0: .line 198
            iconst_0
            ireturn
        end local 1 // int j
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
            0    1     1     j  I
}
SourceFile: "BytesRefArray.java"
NestMembers:
  org.apache.lucene.util.BytesRefArray$1  org.apache.lucene.util.BytesRefArray$2  org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator  org.apache.lucene.util.BytesRefArray$SortState
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Allocator = org.apache.lucene.util.ByteBlockPool$Allocator of org.apache.lucene.util.ByteBlockPool
  public DirectTrackingAllocator = org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator of org.apache.lucene.util.ByteBlockPool
  org.apache.lucene.util.BytesRefArray$1
  org.apache.lucene.util.BytesRefArray$2
  public abstract IndexedBytesRefIterator = org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator of org.apache.lucene.util.BytesRefArray
  public final SortState = org.apache.lucene.util.BytesRefArray$SortState of org.apache.lucene.util.BytesRefArray