final class org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF extends org.apache.lucene.index.PostingsEnum
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF
  super_class: org.apache.lucene.index.PostingsEnum
{
  private int[] postings;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int upto;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1524
            aload 0 /* this */
            invokespecial org.apache.lucene.index.PostingsEnum.<init>:()V
            return
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;

  public org.apache.lucene.index.PostingsEnum reset(int[]);
    descriptor: ([I)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
        start local 1 // int[] postings
         0: .line 1529
            aload 0 /* this */
            aload 1 /* postings */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.postings:[I
         1: .line 1530
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
         2: .line 1531
            aload 0 /* this */
            areturn
        end local 1 // int[] postings
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
            0    3     1  postings  [I
    MethodParameters:
          Name  Flags
      postings  

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1538
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
         1: .line 1539
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.postings:[I
            arraylength
            if_icmpge 3
         2: .line 1540
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.postings:[I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
            iaload
            ireturn
         3: .line 1542
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1547
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
            ifge 2
         1: .line 1548
            iconst_m1
            ireturn
         2: .line 1549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.postings:[I
            arraylength
            if_icmpge 4
         3: .line 1550
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.postings:[I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.upto:I
            iaload
            ireturn
         4: .line 1552
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;

  public int freq();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1558
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;

  public int nextPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1563
            iconst_m1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
    Exceptions:
      throws java.io.IOException

  public int startOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1568
            iconst_m1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
    Exceptions:
      throws java.io.IOException

  public int endOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1573
            iconst_m1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.util.BytesRef getPayload();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1578
            aconst_null
            areturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
        start local 1 // int target
         0: .line 1585
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.slowAdvance:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
         0: .line 1590
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF.postings:[I
            arraylength
            i2l
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnumNoTF;
}
SourceFile: "DirectPostingsFormat.java"
NestHost: org.apache.lucene.codecs.memory.DirectPostingsFormat
InnerClasses:
  private final LowFreqDocsEnumNoTF = org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnumNoTF of org.apache.lucene.codecs.memory.DirectPostingsFormat