class org.apache.lucene.util.FixedLengthBytesRefArray$3 implements org.apache.lucene.util.BytesRefIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.FixedLengthBytesRefArray$3
  super_class: java.lang.Object
{
  int pos;
    descriptor: I
    flags: (0x0000) 

  final org.apache.lucene.util.FixedLengthBytesRefArray this$0;
    descriptor: Lorg/apache/lucene/util/FixedLengthBytesRefArray;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$size;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int[] val$indices;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.BytesRef val$result;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.FixedLengthBytesRefArray, int, int[], org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/FixedLengthBytesRefArray;I[ILorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$3 this
         0: .line 202
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$3.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            aload 0 /* this */
            iload 2
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$size:I
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$indices:[I
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$result:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 203
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$3.pos:I
         2: .line 202
            return
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$3;
    MethodParameters:
             Name  Flags
      this$0       final
      val$size     final
      val$indices  final
      val$result   final

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$3 this
         0: .line 207
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.pos:I
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$size:I
            if_icmpge 6
         1: .line 208
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$indices:[I
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.pos:I
            iaload
            istore 1 /* index */
        start local 1 // int index
         2: .line 209
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.pos:I
            iconst_1
            iadd
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$3.pos:I
         3: .line 210
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$result:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.blocks:[[B
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valuesPerBlock:I
            idiv
            aaload
            putfield org.apache.lucene.util.BytesRef.bytes:[B
         4: .line 211
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$result:Lorg/apache/lucene/util/BytesRef;
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valuesPerBlock:I
            irem
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valueLength:I
            imul
            putfield org.apache.lucene.util.BytesRef.offset:I
         5: .line 212
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$3.val$result:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 1 // int index
         6: .line 214
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$3;
            2    6     1  index  I
}
SourceFile: "FixedLengthBytesRefArray.java"
EnclosingMethod: org.apache.lucene.util.FixedLengthBytesRefArray.iterator:(Ljava/util/Comparator;)Lorg/apache/lucene/util/BytesRefIterator;
NestHost: org.apache.lucene.util.FixedLengthBytesRefArray
InnerClasses:
  org.apache.lucene.util.FixedLengthBytesRefArray$3