class org.apache.lucene.index.memory.MemoryIndex$6 extends org.apache.lucene.index.SortedSetDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.memory.MemoryIndex$6
  super_class: org.apache.lucene.index.SortedSetDocValues
{
  int ord;
    descriptor: I
    flags: (0x0000) 

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

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

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

  private final org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator val$it;
    descriptor: Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.BytesRefHash, int[], org.apache.lucene.util.BytesRef, org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator);
    descriptor: (Lorg/apache/lucene/util/BytesRefHash;[ILorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
         0: .line 1069
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.memory.MemoryIndex$6.val$values:Lorg/apache/lucene/util/BytesRefHash;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.index.memory.MemoryIndex$6.val$bytesIds:[I
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.index.memory.MemoryIndex$6.val$scratch:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.index.memory.MemoryIndex$6.val$it:Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedSetDocValues.<init>:()V
         1: .line 1070
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.memory.MemoryIndex$6.ord:I
         2: .line 1069
            return
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
    MethodParameters:
              Name  Flags
      val$values    final
      val$bytesIds  final
      val$scratch   final
      val$it        final

  public long nextOrd();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
         0: .line 1074
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.ord:I
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$values:Lorg/apache/lucene/util/BytesRefHash;
            invokevirtual org.apache.lucene.util.BytesRefHash.size:()I
            if_icmplt 2
         1: .line 1075
            ldc -1
            lreturn
         2: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.memory.MemoryIndex$6.ord:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.index.memory.MemoryIndex$6.ord:I
            i2l
            lreturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.util.BytesRef lookupOrd(long);
    descriptor: (J)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
        start local 1 // long ord
         0: .line 1081
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$values:Lorg/apache/lucene/util/BytesRefHash;
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$bytesIds:[I
            lload 1 /* ord */
            l2i
            iaload
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$scratch:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRefHash.get:(ILorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 1 // long ord
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
            0    1     1   ord  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

  public long getValueCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
         0: .line 1086
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$values:Lorg/apache/lucene/util/BytesRefHash;
            invokevirtual org.apache.lucene.util.BytesRefHash.size:()I
            i2l
            lreturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
        start local 1 // int target
         0: .line 1091
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.memory.MemoryIndex$6.ord:I
         1: .line 1092
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$it:Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator.advance:(I)I
            iload 1 /* target */
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
            0    3     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
         0: .line 1097
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$it:Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
            invokevirtual org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator.docId:()I
            ireturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
         0: .line 1102
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$it:Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
            invokevirtual org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator.nextDoc:()I
            ireturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
        start local 1 // int target
         0: .line 1107
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$6.val$it:Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator.advance:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
         0: .line 1112
            lconst_1
            lreturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$6;
}
SourceFile: "MemoryIndex.java"
EnclosingMethod: org.apache.lucene.index.memory.MemoryIndex.sortedSetDocValues:(Lorg/apache/lucene/util/BytesRefHash;[I)Lorg/apache/lucene/index/SortedSetDocValues;
NestHost: org.apache.lucene.index.memory.MemoryIndex
InnerClasses:
  org.apache.lucene.index.memory.MemoryIndex$6
  private MemoryDocValuesIterator = org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator of org.apache.lucene.index.memory.MemoryIndex