class org.apache.lucene.index.NumericDocValuesWriter$NumericDVs
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.NumericDocValuesWriter$NumericDVs
  super_class: java.lang.Object
{
  private final long[] values;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.util.BitSet docsWithField;
    descriptor: Lorg/apache/lucene/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(long[], org.apache.lucene.util.BitSet);
    descriptor: ([JLorg/apache/lucene/util/BitSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.NumericDocValuesWriter$NumericDVs this
        start local 1 // long[] values
        start local 2 // org.apache.lucene.util.BitSet docsWithField
         0: .line 225
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 226
            aload 0 /* this */
            aload 1 /* values */
            putfield org.apache.lucene.index.NumericDocValuesWriter$NumericDVs.values:[J
         2: .line 227
            aload 0 /* this */
            aload 2 /* docsWithField */
            putfield org.apache.lucene.index.NumericDocValuesWriter$NumericDVs.docsWithField:Lorg/apache/lucene/util/BitSet;
         3: .line 228
            return
        end local 2 // org.apache.lucene.util.BitSet docsWithField
        end local 1 // long[] values
        end local 0 // org.apache.lucene.index.NumericDocValuesWriter$NumericDVs this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/apache/lucene/index/NumericDocValuesWriter$NumericDVs;
            0    4     1         values  [J
            0    4     2  docsWithField  Lorg/apache/lucene/util/BitSet;
    MethodParameters:
               Name  Flags
      values         
      docsWithField  
}
SourceFile: "NumericDocValuesWriter.java"
NestHost: org.apache.lucene.index.NumericDocValuesWriter
InnerClasses:
  NumericDVs = org.apache.lucene.index.NumericDocValuesWriter$NumericDVs of org.apache.lucene.index.NumericDocValuesWriter