class org.apache.lucene.index.memory.MemoryIndex$4 extends org.apache.lucene.index.NumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.memory.MemoryIndex$4
  super_class: org.apache.lucene.index.NumericDocValues
{
  private final long val$value;
    descriptor: J
    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>(long, org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator);
    descriptor: (JLorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$4 this
         0: .line 988
            aload 0 /* this */
            lload 1
            putfield org.apache.lucene.index.memory.MemoryIndex$4.val$value:J
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.index.memory.MemoryIndex$4.val$it:Lorg/apache/lucene/index/memory/MemoryIndex$MemoryDocValuesIterator;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
            return
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$4;
    MethodParameters:
           Name  Flags
      val$value  final
      val$it     final

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$4 this
         0: .line 991
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$4.val$value:J
            lreturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$4;
    Exceptions:
      throws java.io.IOException

  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$4 this
        start local 1 // int target
         0: .line 996
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.memory.MemoryIndex$4.advance:(I)I
            iload 1 /* target */
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/index/memory/MemoryIndex$4;
            0    2     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$4 this
         0: .line 1001
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$4.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$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$4;

  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$4 this
         0: .line 1006
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$4.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$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$4;
    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$4 this
        start local 1 // int target
         0: .line 1011
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$4.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$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/memory/MemoryIndex$4;
            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$4 this
         0: .line 1016
            lconst_1
            lreturn
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$4;
}
SourceFile: "MemoryIndex.java"
EnclosingMethod: org.apache.lucene.index.memory.MemoryIndex.numericDocValues:(J)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.index.memory.MemoryIndex
InnerClasses:
  org.apache.lucene.index.memory.MemoryIndex$4
  private MemoryDocValuesIterator = org.apache.lucene.index.memory.MemoryIndex$MemoryDocValuesIterator of org.apache.lucene.index.memory.MemoryIndex