final class org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator extends org.apache.lucene.index.DocValuesFieldUpdates$AbstractIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator
  super_class: org.apache.lucene.index.DocValuesFieldUpdates$AbstractIterator
{
  private final org.apache.lucene.util.packed.AbstractPagedMutable<?> values;
    descriptor: Lorg/apache/lucene/util/packed/AbstractPagedMutable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/lucene/util/packed/AbstractPagedMutable<*>;

  private final long minValue;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(int, long, org.apache.lucene.util.packed.AbstractPagedMutable<?>, org.apache.lucene.util.packed.PagedMutable, );
    descriptor: (IJLorg/apache/lucene/util/packed/AbstractPagedMutable;Lorg/apache/lucene/util/packed/PagedMutable;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
        start local 1 // int size
        start local 2 // long minValue
        start local 4 // org.apache.lucene.util.packed.AbstractPagedMutable values
        start local 5 // org.apache.lucene.util.packed.PagedMutable docs
        start local 6 // long delGen
         0: .line 42
            aload 0 /* this */
            iload 1 /* size */
            aload 5 /* docs */
            lload 6 /* delGen */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$AbstractIterator.<init>:(ILorg/apache/lucene/util/packed/PagedMutable;J)V
         1: .line 43
            aload 0 /* this */
            aload 4 /* values */
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
         2: .line 44
            aload 0 /* this */
            lload 2 /* minValue */
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.minValue:J
         3: .line 45
            return
        end local 6 // long delGen
        end local 5 // org.apache.lucene.util.packed.PagedMutable docs
        end local 4 // org.apache.lucene.util.packed.AbstractPagedMutable values
        end local 2 // long minValue
        end local 1 // int size
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$Iterator;
            0    4     1      size  I
            0    4     2  minValue  J
            0    4     4    values  Lorg/apache/lucene/util/packed/AbstractPagedMutable<*>;
            0    4     5      docs  Lorg/apache/lucene/util/packed/PagedMutable;
            0    4     6    delGen  J
    Signature: (IJLorg/apache/lucene/util/packed/AbstractPagedMutable<*>;Lorg/apache/lucene/util/packed/PagedMutable;J)V
    MethodParameters:
          Name  Flags
      size      
      minValue  
      values    
      docs      
      delGen    

  long longValue();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.value:J
            lreturn
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$Iterator;

  org.apache.lucene.util.BytesRef binaryValue();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
         0: .line 53
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$Iterator;

  protected void set(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
        start local 1 // long idx
         0: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            lload 1 /* idx */
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.get:(J)J
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.minValue:J
            ladd
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.value:J
         1: .line 59
            return
        end local 1 // long idx
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$Iterator;
            0    2     1   idx  J
    MethodParameters:
      Name  Flags
      idx   
}
SourceFile: "NumericDocValuesFieldUpdates.java"
NestHost: org.apache.lucene.index.NumericDocValuesFieldUpdates
InnerClasses:
  protected abstract AbstractIterator = org.apache.lucene.index.DocValuesFieldUpdates$AbstractIterator of org.apache.lucene.index.DocValuesFieldUpdates
  final Iterator = org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator of org.apache.lucene.index.NumericDocValuesFieldUpdates