public final class org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet
  super_class: java.lang.Object
{
  final int[] values;
    descriptor: [I
    flags: (0x0010) ACC_FINAL

  final int hashCode;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int state;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>(int[], int, int);
    descriptor: ([III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
        start local 1 // int[] values
        start local 2 // int hashCode
        start local 3 // int state
         0: .line 207
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 208
            aload 0 /* this */
            aload 1 /* values */
            putfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
         2: .line 209
            aload 0 /* this */
            iload 2 /* hashCode */
            putfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.hashCode:I
         3: .line 210
            aload 0 /* this */
            iload 3 /* state */
            putfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.state:I
         4: .line 211
            return
        end local 3 // int state
        end local 2 // int hashCode
        end local 1 // int[] values
        end local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/lucene/util/automaton/SortedIntSet$FrozenIntSet;
            0    5     1    values  [I
            0    5     2  hashCode  I
            0    5     3     state  I
    MethodParameters:
          Name  Flags
      values    
      hashCode  
      state     

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
        start local 1 // int num
        start local 2 // int state
         0: .line 213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 214
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 1 /* num */
            iastore
            putfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
         2: .line 215
            aload 0 /* this */
            iload 2 /* state */
            putfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.state:I
         3: .line 216
            aload 0 /* this */
            sipush 683
            iload 1 /* num */
            iadd
            putfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.hashCode:I
         4: .line 217
            return
        end local 2 // int state
        end local 1 // int num
        end local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/lucene/util/automaton/SortedIntSet$FrozenIntSet;
            0    5     1    num  I
            0    5     2  state  I
    MethodParameters:
       Name  Flags
      num    
      state  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
         0: .line 221
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.hashCode:I
            ireturn
        end local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/automaton/SortedIntSet$FrozenIntSet;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
        start local 1 // java.lang.Object _other
         0: .line 226
            aload 1 /* _other */
            ifnonnull 2
         1: .line 227
            iconst_0
            ireturn
         2: .line 229
      StackMap locals:
      StackMap stack:
            aload 1 /* _other */
            instanceof org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet
            ifeq 15
         3: .line 230
            aload 1 /* _other */
            checkcast org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet
            astore 2 /* other */
        start local 2 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet other
         4: .line 231
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.hashCode:I
            aload 2 /* other */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.hashCode:I
            if_icmpeq 6
         5: .line 232
            iconst_0
            ireturn
         6: .line 234
      StackMap locals: org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            arraylength
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            arraylength
            if_icmpeq 8
         7: .line 235
            iconst_0
            ireturn
         8: .line 237
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 13
        10: .line 238
      StackMap locals: int
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            iload 3 /* i */
            iaload
            if_icmpeq 12
        11: .line 239
            iconst_0
            ireturn
        12: .line 237
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            arraylength
            if_icmplt 10
        end local 3 // int i
        14: .line 242
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet other
        15: .line 243
      StackMap locals:
      StackMap stack:
            aload 1 /* _other */
            instanceof org.apache.lucene.util.automaton.SortedIntSet
            ifeq 28
        16: .line 244
            aload 1 /* _other */
            checkcast org.apache.lucene.util.automaton.SortedIntSet
            astore 2 /* other */
        start local 2 // org.apache.lucene.util.automaton.SortedIntSet other
        17: .line 245
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.hashCode:I
            aload 2 /* other */
            getfield org.apache.lucene.util.automaton.SortedIntSet.hashCode:I
            if_icmpeq 19
        18: .line 246
            iconst_0
            ireturn
        19: .line 248
      StackMap locals: org.apache.lucene.util.automaton.SortedIntSet
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.util.automaton.SortedIntSet.values:[I
            arraylength
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            arraylength
            if_icmpeq 21
        20: .line 249
            iconst_0
            ireturn
        21: .line 251
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        22: goto 26
        23: .line 252
      StackMap locals: int
      StackMap stack:
            aload 2 /* other */
            getfield org.apache.lucene.util.automaton.SortedIntSet.values:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            iload 3 /* i */
            iaload
            if_icmpeq 25
        24: .line 253
            iconst_0
            ireturn
        25: .line 251
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            arraylength
            if_icmplt 23
        end local 3 // int i
        27: .line 256
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.util.automaton.SortedIntSet other
        28: .line 259
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object _other
        end local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lorg/apache/lucene/util/automaton/SortedIntSet$FrozenIntSet;
            0   29     1  _other  Ljava/lang/Object;
            4   15     2   other  Lorg/apache/lucene/util/automaton/SortedIntSet$FrozenIntSet;
            9   14     3       i  I
           17   28     2   other  Lorg/apache/lucene/util/automaton/SortedIntSet;
           22   27     3       i  I
    MethodParameters:
        Name  Flags
      _other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
         0: .line 264
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 265
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 266
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            iload 2 /* i */
            ifle 5
         4: .line 267
            aload 1 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 269
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            iload 2 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         6: .line 265
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet.values:[I
            arraylength
            if_icmplt 3
        end local 2 // int i
         8: .line 271
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         9: .line 272
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/lucene/util/automaton/SortedIntSet$FrozenIntSet;
            1   10     1    sb  Ljava/lang/StringBuilder;
            2    8     2     i  I
}
SourceFile: "SortedIntSet.java"
NestHost: org.apache.lucene.util.automaton.SortedIntSet
InnerClasses:
  public final FrozenIntSet = org.apache.lucene.util.automaton.SortedIntSet$FrozenIntSet of org.apache.lucene.util.automaton.SortedIntSet