final class org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray extends org.apache.lucene.util.BytesRefHash$BytesStartArray
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray
  super_class: org.apache.lucene.util.BytesRefHash$BytesStartArray
{
  private final org.apache.lucene.index.TermsHashPerField perField;
    descriptor: Lorg/apache/lucene/index/TermsHashPerField;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private void <init>(org.apache.lucene.index.TermsHashPerField, org.apache.lucene.util.Counter);
    descriptor: (Lorg/apache/lucene/index/TermsHashPerField;Lorg/apache/lucene/util/Counter;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
        start local 1 // org.apache.lucene.index.TermsHashPerField perField
        start local 2 // org.apache.lucene.util.Counter bytesUsed
         0: .line 244
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$BytesStartArray.<init>:()V
         1: .line 246
            aload 0 /* this */
            aload 1 /* perField */
            putfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
         2: .line 247
            aload 0 /* this */
            aload 2 /* bytesUsed */
            putfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
         3: .line 248
            return
        end local 2 // org.apache.lucene.util.Counter bytesUsed
        end local 1 // org.apache.lucene.index.TermsHashPerField perField
        end local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
            0    4     1   perField  Lorg/apache/lucene/index/TermsHashPerField;
            0    4     2  bytesUsed  Lorg/apache/lucene/util/Counter;
    MethodParameters:
           Name  Flags
      perField   
      bytesUsed  

  public int[] init();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
         0: .line 252
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            ifnonnull 4
         1: .line 253
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            iconst_2
            invokevirtual org.apache.lucene.index.TermsHashPerField.createPostingsArray:(I)Lorg/apache/lucene/index/ParallelPostingsArray;
            putfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
         2: .line 254
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            invokevirtual org.apache.lucene.index.TermsHashPerField.newPostingsArray:()V
         3: .line 255
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            getfield org.apache.lucene.index.ParallelPostingsArray.size:I
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            invokevirtual org.apache.lucene.index.ParallelPostingsArray.bytesPerPosting:()I
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         4: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            getfield org.apache.lucene.index.ParallelPostingsArray.textStarts:[I
            areturn
        end local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;

  public int[] grow();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
         0: .line 262
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            astore 1 /* postingsArray */
        start local 1 // org.apache.lucene.index.ParallelPostingsArray postingsArray
         1: .line 263
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            getfield org.apache.lucene.index.ParallelPostingsArray.size:I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         2: .line 264
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            aload 1 /* postingsArray */
            invokevirtual org.apache.lucene.index.ParallelPostingsArray.grow:()Lorg/apache/lucene/index/ParallelPostingsArray;
            dup_x1
            putfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            astore 1 /* postingsArray */
         3: .line 265
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            invokevirtual org.apache.lucene.index.TermsHashPerField.newPostingsArray:()V
         4: .line 266
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
            aload 1 /* postingsArray */
            invokevirtual org.apache.lucene.index.ParallelPostingsArray.bytesPerPosting:()I
            aload 1 /* postingsArray */
            getfield org.apache.lucene.index.ParallelPostingsArray.size:I
            iload 2 /* oldSize */
            isub
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         5: .line 267
            aload 1 /* postingsArray */
            getfield org.apache.lucene.index.ParallelPostingsArray.textStarts:[I
            areturn
        end local 2 // int oldSize
        end local 1 // org.apache.lucene.index.ParallelPostingsArray postingsArray
        end local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
            1    6     1  postingsArray  Lorg/apache/lucene/index/ParallelPostingsArray;
            2    6     2        oldSize  I

  public int[] clear();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
         0: .line 272
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            ifnull 4
         1: .line 273
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            getfield org.apache.lucene.index.ParallelPostingsArray.size:I
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            getfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
            invokevirtual org.apache.lucene.index.ParallelPostingsArray.bytesPerPosting:()I
            imul
            ineg
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         2: .line 274
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            aconst_null
            putfield org.apache.lucene.index.TermsHashPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
         3: .line 275
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.perField:Lorg/apache/lucene/index/TermsHashPerField;
            invokevirtual org.apache.lucene.index.TermsHashPerField.newPostingsArray:()V
         4: .line 277
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;

  public org.apache.lucene.util.Counter bytesUsed();
    descriptor: ()Lorg/apache/lucene/util/Counter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
         0: .line 282
            aload 0 /* this */
            getfield org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray.bytesUsed:Lorg/apache/lucene/util/Counter;
            areturn
        end local 0 // org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsHashPerField$PostingsBytesStartArray;
}
SourceFile: "TermsHashPerField.java"
NestHost: org.apache.lucene.index.TermsHashPerField
InnerClasses:
  private final PostingsBytesStartArray = org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray of org.apache.lucene.index.TermsHashPerField
  public abstract BytesStartArray = org.apache.lucene.util.BytesRefHash$BytesStartArray of org.apache.lucene.util.BytesRefHash