public final class org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData
  super_class: java.lang.Object
{
  private final java.util.List<org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData> list;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$KeyData;>;

  private final jdk.internal.vm.compiler.collections.EconomicMap<java.lang.Integer, org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData> map;
    descriptor: Ljdk/internal/vm/compiler/collections/EconomicMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljdk/internal/vm/compiler/collections/EconomicMap<Ljava/lang/Integer;Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$KeyData;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 329
            ldc Lorg/graalvm/compiler/nodes/spi/SwitchFoldable;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
         0: .line 329
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 330
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.list:Ljava/util/List;
         2: .line 331
            aload 0 /* this */
            invokestatic jdk.internal.vm.compiler.collections.EconomicMap.create:()Ljdk/internal/vm/compiler/collections/EconomicMap;
            putfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.map:Ljdk/internal/vm/compiler/collections/EconomicMap;
         3: .line 329
            return
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;

  private void add(org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$KeyData;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
        start local 1 // org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData key
         0: .line 334
            getstatic org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.map:Ljdk/internal/vm/compiler/collections/EconomicMap;
            aload 1 /* key */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData.key:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface jdk.internal.vm.compiler.collections.EconomicMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.list:Ljava/util/List;
            aload 1 /* key */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 336
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.map:Ljdk/internal/vm/compiler/collections/EconomicMap;
            aload 1 /* key */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData.key:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* key */
            invokeinterface jdk.internal.vm.compiler.collections.EconomicMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 337
            return
        end local 1 // org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData key
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;
            0    4     1   key  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$KeyData;
    MethodParameters:
      Name  Flags
      key   

  private boolean contains(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
        start local 1 // int key
         0: .line 340
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.map:Ljdk/internal/vm/compiler/collections/EconomicMap;
            iload 1 /* key */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface jdk.internal.vm.compiler.collections.EconomicMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // int key
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  private org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData get(int);
    descriptor: (I)Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$KeyData;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
        start local 1 // int index
         0: .line 344
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.list:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData
            areturn
        end local 1 // int index
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private int size();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
         0: .line 348
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.list:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;

  private org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData fromKey(int);
    descriptor: (I)Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$KeyData;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
        start local 1 // int key
         0: .line 352
            getstatic org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.contains:(I)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.map:Ljdk/internal/vm/compiler/collections/EconomicMap;
            iload 1 /* key */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface jdk.internal.vm.compiler.collections.EconomicMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData
            areturn
        end local 1 // int key
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;
            0    2     1   key  I
    MethodParameters:
      Name  Flags
      key   

  private void sort();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
         0: .line 357
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData.list:Ljava/util/List;
            getstatic org.graalvm.compiler.nodes.spi.SwitchFoldable.SORTER:Ljava/util/Comparator;
            invokeinterface java.util.List.sort:(Ljava/util/Comparator;)V
         1: .line 358
            return
        end local 0 // org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/spi/SwitchFoldable$QuickQueryKeyData;
}
SourceFile: "SwitchFoldable.java"
NestHost: org.graalvm.compiler.nodes.spi.SwitchFoldable
InnerClasses:
  public final KeyData = org.graalvm.compiler.nodes.spi.SwitchFoldable$KeyData of org.graalvm.compiler.nodes.spi.SwitchFoldable
  public final QuickQueryKeyData = org.graalvm.compiler.nodes.spi.SwitchFoldable$QuickQueryKeyData of org.graalvm.compiler.nodes.spi.SwitchFoldable