class org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates extends org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates
  super_class: org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates
{
  private final long value;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(long, java.lang.String, int, long);
    descriptor: (JLjava/lang/String;IJ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates this
        start local 1 // long delGen
        start local 3 // java.lang.String field
        start local 4 // int maxDoc
        start local 5 // long value
         0: .line 133
            aload 0 /* this */
            iload 4 /* maxDoc */
            lload 1 /* delGen */
            aload 3 /* field */
            getstatic org.apache.lucene.index.DocValuesType.NUMERIC:Lorg/apache/lucene/index/DocValuesType;
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.<init>:(IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
         1: .line 134
            aload 0 /* this */
            lload 5 /* value */
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates.value:J
         2: .line 135
            return
        end local 5 // long value
        end local 4 // int maxDoc
        end local 3 // java.lang.String field
        end local 1 // long delGen
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates;
            0    3     1  delGen  J
            0    3     3   field  Ljava/lang/String;
            0    3     4  maxDoc  I
            0    3     5   value  J
    MethodParameters:
        Name  Flags
      delGen  
      field   
      maxDoc  
      value   

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

  protected long longValue();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates this
         0: .line 144
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates.value:J
            lreturn
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates;
}
SourceFile: "NumericDocValuesFieldUpdates.java"
NestHost: org.apache.lucene.index.NumericDocValuesFieldUpdates
InnerClasses:
  abstract SingleValueDocValuesFieldUpdates = org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates of org.apache.lucene.index.DocValuesFieldUpdates
  SingleValueNumericDocValuesFieldUpdates = org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates of org.apache.lucene.index.NumericDocValuesFieldUpdates