final class org.h2.table.TableView$CacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.table.TableView$CacheKey
  super_class: java.lang.Object
{
  private final int[] masks;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.h2.table.TableView view;
    descriptor: Lorg/h2/table/TableView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int[], org.h2.table.TableView);
    descriptor: ([ILorg/h2/table/TableView;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.table.TableView$CacheKey this
        start local 1 // int[] masks
        start local 2 // org.h2.table.TableView view
         0: .line 643
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 644
            aload 0 /* this */
            aload 1 /* masks */
            putfield org.h2.table.TableView$CacheKey.masks:[I
         2: .line 645
            aload 0 /* this */
            aload 2 /* view */
            putfield org.h2.table.TableView$CacheKey.view:Lorg/h2/table/TableView;
         3: .line 646
            return
        end local 2 // org.h2.table.TableView view
        end local 1 // int[] masks
        end local 0 // org.h2.table.TableView$CacheKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/h2/table/TableView$CacheKey;
            0    4     1  masks  [I
            0    4     2   view  Lorg/h2/table/TableView;
    MethodParameters:
       Name  Flags
      masks  
      view   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.h2.table.TableView$CacheKey this
         0: .line 651
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 652
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.table.TableView$CacheKey.masks:[I
            invokestatic java.util.Arrays.hashCode:([I)I
            iadd
            istore 1 /* result */
         2: .line 653
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.h2.table.TableView$CacheKey.view:Lorg/h2/table/TableView;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 654
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.h2.table.TableView$CacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/h2/table/TableView$CacheKey;
            1    4     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.h2.table.TableView$CacheKey this
        start local 1 // java.lang.Object obj
         0: .line 659
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 660
            iconst_1
            ireturn
         2: .line 662
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 663
            iconst_0
            ireturn
         4: .line 665
      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 6
         5: .line 666
            iconst_0
            ireturn
         6: .line 668
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.h2.table.TableView$CacheKey
            astore 2 /* other */
        start local 2 // org.h2.table.TableView$CacheKey other
         7: .line 669
            aload 0 /* this */
            getfield org.h2.table.TableView$CacheKey.view:Lorg/h2/table/TableView;
            aload 2 /* other */
            getfield org.h2.table.TableView$CacheKey.view:Lorg/h2/table/TableView;
            if_acmpeq 9
         8: .line 670
            iconst_0
            ireturn
         9: .line 672
      StackMap locals: org.h2.table.TableView$CacheKey
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.table.TableView$CacheKey.masks:[I
            aload 2 /* other */
            getfield org.h2.table.TableView$CacheKey.masks:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
        end local 2 // org.h2.table.TableView$CacheKey other
        end local 1 // java.lang.Object obj
        end local 0 // org.h2.table.TableView$CacheKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/h2/table/TableView$CacheKey;
            0   10     1    obj  Ljava/lang/Object;
            7   10     2  other  Lorg/h2/table/TableView$CacheKey;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "TableView.java"
NestHost: org.h2.table.TableView
InnerClasses:
  private final CacheKey = org.h2.table.TableView$CacheKey of org.h2.table.TableView