class org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues extends org.apache.lucene.index.NumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues
  super_class: org.apache.lucene.index.NumericDocValues
{
  final org.apache.lucene.util.packed.PackedLongValues$Iterator iter;
    descriptor: Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.search.DocIdSetIterator docsWithField;
    descriptor: Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0010) ACC_FINAL

  private long value;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.apache.lucene.util.packed.PackedLongValues, org.apache.lucene.search.DocIdSetIterator);
    descriptor: (Lorg/apache/lucene/util/packed/PackedLongValues;Lorg/apache/lucene/search/DocIdSetIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
        start local 1 // org.apache.lucene.util.packed.PackedLongValues values
        start local 2 // org.apache.lucene.search.DocIdSetIterator docsWithFields
         0: .line 130
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
         1: .line 131
            aload 0 /* this */
            aload 1 /* values */
            invokevirtual org.apache.lucene.util.packed.PackedLongValues.iterator:()Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
            putfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.iter:Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
         2: .line 132
            aload 0 /* this */
            aload 2 /* docsWithFields */
            putfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
         3: .line 133
            return
        end local 2 // org.apache.lucene.search.DocIdSetIterator docsWithFields
        end local 1 // org.apache.lucene.util.packed.PackedLongValues values
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;
            0    4     1          values  Lorg/apache/lucene/util/packed/PackedLongValues;
            0    4     2  docsWithFields  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
                Name  Flags
      values          
      docsWithFields  

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
         0: .line 137
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.docID:()I
            ireturn
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
         0: .line 142
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            istore 1 /* docID */
        start local 1 // int docID
         1: .line 143
            iload 1 /* docID */
            ldc 2147483647
            if_icmpeq 3
         2: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.iter:Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
            invokevirtual org.apache.lucene.util.packed.PackedLongValues$Iterator.next:()J
            putfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.value:J
         3: .line 146
      StackMap locals: int
      StackMap stack:
            iload 1 /* docID */
            ireturn
        end local 1 // int docID
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;
            1    4     1  docID  I
    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.NumericDocValuesWriter$BufferedNumericDocValues this
        start local 1 // int target
         0: .line 151
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;
            0    1     1  target  I
    MethodParameters:
        Name  Flags
      target  

  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.NumericDocValuesWriter$BufferedNumericDocValues this
        start local 1 // int target
         0: .line 156
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;
            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.NumericDocValuesWriter$BufferedNumericDocValues this
         0: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            lreturn
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
         0: .line 166
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues.value:J
            lreturn
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/NumericDocValuesWriter$BufferedNumericDocValues;
}
SourceFile: "NumericDocValuesWriter.java"
NestHost: org.apache.lucene.index.NumericDocValuesWriter
InnerClasses:
  private BufferedNumericDocValues = org.apache.lucene.index.NumericDocValuesWriter$BufferedNumericDocValues of org.apache.lucene.index.NumericDocValuesWriter
  public final Iterator = org.apache.lucene.util.packed.PackedLongValues$Iterator of org.apache.lucene.util.packed.PackedLongValues