class org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate
  super_class: java.lang.Object
{
  int docUpTo;
    descriptor: I
    flags: (0x0000) 

  long numericValue;
    descriptor: J
    flags: (0x0000) 

  org.apache.lucene.util.BytesRef binaryValue;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0000) 

  boolean hasValue;
    descriptor: Z
    flags: (0x0000) 

  java.lang.String termField;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  org.apache.lucene.util.BytesRef termValue;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate this
         0: .line 247
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate this
         0: .line 275
            new java.lang.UnsupportedOperationException
            dup
         1: .line 276
            ldc "this struct should not be use in map or other data-structures that use hashCode / equals"
         2: .line 275
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate this
        start local 1 // java.lang.Object obj
         0: .line 281
            new java.lang.UnsupportedOperationException
            dup
         1: .line 282
            ldc "this struct should not be use in map or other data-structures that use hashCode / equals"
         2: .line 281
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "FieldUpdatesBuffer.java"
NestHost: org.apache.lucene.index.FieldUpdatesBuffer
InnerClasses:
  BufferedUpdate = org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate of org.apache.lucene.index.FieldUpdatesBuffer