abstract class org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates extends org.apache.lucene.index.DocValuesFieldUpdates
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates
  super_class: org.apache.lucene.index.DocValuesFieldUpdates
{
  private final org.apache.lucene.util.BitSet bitSet;
    descriptor: Lorg/apache/lucene/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.lucene.util.BitSet hasNoValue;
    descriptor: Lorg/apache/lucene/util/BitSet;
    flags: (0x0002) ACC_PRIVATE

  private boolean hasAtLeastOneValue;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 472
            ldc Lorg/apache/lucene/index/DocValuesFieldUpdates;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int, long, java.lang.String, org.apache.lucene.index.DocValuesType);
    descriptor: (IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
        start local 1 // int maxDoc
        start local 2 // long delGen
        start local 4 // java.lang.String field
        start local 5 // org.apache.lucene.index.DocValuesType type
         0: .line 477
            aload 0 /* this */
            iload 1 /* maxDoc */
            lload 2 /* delGen */
            aload 4 /* field */
            aload 5 /* type */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.<init>:(IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
         1: .line 478
            aload 0 /* this */
            new org.apache.lucene.util.SparseFixedBitSet
            dup
            iload 1 /* maxDoc */
            invokespecial org.apache.lucene.util.SparseFixedBitSet.<init>:(I)V
            putfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.bitSet:Lorg/apache/lucene/util/BitSet;
         2: .line 479
            return
        end local 5 // org.apache.lucene.index.DocValuesType type
        end local 4 // java.lang.String field
        end local 2 // long delGen
        end local 1 // int maxDoc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            0    3     1  maxDoc  I
            0    3     2  delGen  J
            0    3     4   field  Ljava/lang/String;
            0    3     5    type  Lorg/apache/lucene/index/DocValuesType;
    MethodParameters:
        Name  Flags
      maxDoc  
      delGen  
      field   
      type    

  void add(int, long);
    descriptor: (IJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
        start local 1 // int doc
        start local 2 // long value
         0: .line 483
            getstatic org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.longValue:()J
            lload 2 /* value */
            lcmp
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.bitSet:Lorg/apache/lucene/util/BitSet;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.util.BitSet.set:(I)V
         2: .line 485
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasAtLeastOneValue:Z
         3: .line 486
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            ifnull 5
         4: .line 487
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.util.BitSet.clear:(I)V
         5: .line 489
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long value
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            0    6     1    doc  I
            0    6     2  value  J
    MethodParameters:
       Name  Flags
      doc    
      value  

  void add(int, org.apache.lucene.util.BytesRef);
    descriptor: (ILorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
        start local 1 // int doc
        start local 2 // org.apache.lucene.util.BytesRef value
         0: .line 493
            getstatic org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            aload 2 /* value */
            invokevirtual org.apache.lucene.util.BytesRef.equals:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.bitSet:Lorg/apache/lucene/util/BitSet;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.util.BitSet.set:(I)V
         2: .line 495
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasAtLeastOneValue:Z
         3: .line 496
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            ifnull 5
         4: .line 497
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.util.BitSet.clear:(I)V
         5: .line 499
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.lucene.util.BytesRef value
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            0    6     1    doc  I
            0    6     2  value  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
       Name  Flags
      doc    
      value  

  synchronized void reset(int);
    descriptor: (I)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
        start local 1 // int doc
         0: .line 503
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.bitSet:Lorg/apache/lucene/util/BitSet;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.util.BitSet.set:(I)V
         1: .line 504
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasAtLeastOneValue:Z
         2: .line 505
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            ifnonnull 4
         3: .line 506
            aload 0 /* this */
            new org.apache.lucene.util.SparseFixedBitSet
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.maxDoc:I
            invokespecial org.apache.lucene.util.SparseFixedBitSet.<init>:(I)V
            putfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
         4: .line 508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.util.BitSet.set:(I)V
         5: .line 509
            return
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            0    6     1   doc  I
    MethodParameters:
      Name  Flags
      doc   

  void add(int, org.apache.lucene.index.DocValuesFieldUpdates$Iterator);
    descriptor: (ILorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
        start local 1 // int docId
        start local 2 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator
         0: .line 513
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator
        end local 1 // int docId
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            0    1     1     docId  I
            0    1     2  iterator  Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    MethodParameters:
          Name  Flags
      docId     
      iterator  

  protected abstract org.apache.lucene.util.BytesRef binaryValue();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract long longValue();
    descriptor: ()J
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  synchronized boolean any();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
         0: .line 522
            aload 0 /* this */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.any:()Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasAtLeastOneValue:Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
         0: .line 527
            aload 0 /* this */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.ramBytesUsed:()J
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.bitSet:Lorg/apache/lucene/util/BitSet;
            invokevirtual org.apache.lucene.util.BitSet.ramBytesUsed:()J
            ladd
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            ifnonnull 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack: long
         1: aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            invokevirtual org.apache.lucene.util.BitSet.ramBytesUsed:()J
      StackMap locals: org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates
      StackMap stack: long long
         2: ladd
            lreturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;

  org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator();
    descriptor: ()Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
         0: .line 532
            new org.apache.lucene.util.BitSetIterator
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.bitSet:Lorg/apache/lucene/util/BitSet;
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.maxDoc:I
            i2l
            invokespecial org.apache.lucene.util.BitSetIterator.<init>:(Lorg/apache/lucene/util/BitSet;J)V
            astore 1 /* iterator */
        start local 1 // org.apache.lucene.util.BitSetIterator iterator
         1: .line 533
            new org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1
            dup
            aload 0 /* this */
            aload 1 /* iterator */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.<init>:(Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;Lorg/apache/lucene/util/BitSetIterator;)V
            areturn
        end local 1 // org.apache.lucene.util.BitSetIterator iterator
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            1    2     1  iterator  Lorg/apache/lucene/util/BitSetIterator;
}
SourceFile: "DocValuesFieldUpdates.java"
NestHost: org.apache.lucene.index.DocValuesFieldUpdates
InnerClasses:
  abstract Iterator = org.apache.lucene.index.DocValuesFieldUpdates$Iterator of org.apache.lucene.index.DocValuesFieldUpdates
  abstract SingleValueDocValuesFieldUpdates = org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates of org.apache.lucene.index.DocValuesFieldUpdates
  org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1