public class org.apache.lucene.index.PrefixCodedTerms implements org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.index.PrefixCodedTerms
  super_class: java.lang.Object
{
  final org.apache.lucene.store.RAMFile buffer;
    descriptor: Lorg/apache/lucene/store/RAMFile;
    flags: (0x0010) ACC_FINAL

  private final long size;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long delGen;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private void <init>(org.apache.lucene.store.RAMFile, long);
    descriptor: (Lorg/apache/lucene/store/RAMFile;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
        start local 1 // org.apache.lucene.store.RAMFile buffer
        start local 2 // long size
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* buffer */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.store.RAMFile
            putfield org.apache.lucene.index.PrefixCodedTerms.buffer:Lorg/apache/lucene/store/RAMFile;
         2: .line 44
            aload 0 /* this */
            lload 2 /* size */
            putfield org.apache.lucene.index.PrefixCodedTerms.size:J
         3: .line 45
            return
        end local 2 // long size
        end local 1 // org.apache.lucene.store.RAMFile buffer
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/index/PrefixCodedTerms;
            0    4     1  buffer  Lorg/apache/lucene/store/RAMFile;
            0    4     2    size  J
    MethodParameters:
        Name  Flags
      buffer  
      size    

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
         0: .line 49
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.buffer:Lorg/apache/lucene/store/RAMFile;
            invokevirtual org.apache.lucene.store.RAMFile.ramBytesUsed:()J
            ldc 16
            ladd
            lreturn
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/PrefixCodedTerms;

  public void setDelGen(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
        start local 1 // long delGen
         0: .line 54
            aload 0 /* this */
            lload 1 /* delGen */
            putfield org.apache.lucene.index.PrefixCodedTerms.delGen:J
         1: .line 55
            return
        end local 1 // long delGen
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/index/PrefixCodedTerms;
            0    2     1  delGen  J
    MethodParameters:
        Name  Flags
      delGen  

  public org.apache.lucene.index.PrefixCodedTerms$TermIterator iterator();
    descriptor: ()Lorg/apache/lucene/index/PrefixCodedTerms$TermIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
         0: .line 174
            new org.apache.lucene.index.PrefixCodedTerms$TermIterator
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.delGen:J
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.buffer:Lorg/apache/lucene/store/RAMFile;
            invokespecial org.apache.lucene.index.PrefixCodedTerms$TermIterator.<init>:(JLorg/apache/lucene/store/RAMFile;)V
            areturn
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/PrefixCodedTerms;

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
         0: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.size:J
            lreturn
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/PrefixCodedTerms;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
         0: .line 184
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.buffer:Lorg/apache/lucene/store/RAMFile;
            invokevirtual org.apache.lucene.store.RAMFile.hashCode:()I
            istore 1 /* h */
        start local 1 // int h
         1: .line 185
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.delGen:J
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.delGen:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* h */
         2: .line 186
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/PrefixCodedTerms;
            1    3     1     h  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.PrefixCodedTerms this
        start local 1 // java.lang.Object obj
         0: .line 191
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
            iconst_0
            ireturn
         3: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.lucene.index.PrefixCodedTerms
            astore 2 /* other */
        start local 2 // org.apache.lucene.index.PrefixCodedTerms other
         4: .line 195
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.buffer:Lorg/apache/lucene/store/RAMFile;
            aload 2 /* other */
            getfield org.apache.lucene.index.PrefixCodedTerms.buffer:Lorg/apache/lucene/store/RAMFile;
            invokevirtual org.apache.lucene.store.RAMFile.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.apache.lucene.index.PrefixCodedTerms.delGen:J
            aload 2 /* other */
            getfield org.apache.lucene.index.PrefixCodedTerms.delGen:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.index.PrefixCodedTerms
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // org.apache.lucene.index.PrefixCodedTerms other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.index.PrefixCodedTerms this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/index/PrefixCodedTerms;
            0    6     1    obj  Ljava/lang/Object;
            4    6     2  other  Lorg/apache/lucene/index/PrefixCodedTerms;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "PrefixCodedTerms.java"
NestMembers:
  org.apache.lucene.index.PrefixCodedTerms$Builder  org.apache.lucene.index.PrefixCodedTerms$TermIterator
InnerClasses:
  public Builder = org.apache.lucene.index.PrefixCodedTerms$Builder of org.apache.lucene.index.PrefixCodedTerms
  public TermIterator = org.apache.lucene.index.PrefixCodedTerms$TermIterator of org.apache.lucene.index.PrefixCodedTerms