class org.h2.mvstore.Page$Leaf extends org.h2.mvstore.Page
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.mvstore.Page$Leaf
  super_class: org.h2.mvstore.Page
{
  private java.lang.Object[] values;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  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 1384
            ldc Lorg/h2/mvstore/Page;
            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.h2.mvstore.Page$Leaf.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.h2.mvstore.MVMap<?, ?>);
    descriptor: (Lorg/h2/mvstore/MVMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.MVMap map
         0: .line 1392
            aload 0 /* this */
            aload 1 /* map */
            invokespecial org.h2.mvstore.Page.<init>:(Lorg/h2/mvstore/MVMap;)V
         1: .line 1393
            return
        end local 1 // org.h2.mvstore.MVMap map
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/mvstore/Page$Leaf;
            0    2     1   map  Lorg/h2/mvstore/MVMap<**>;
    Signature: (Lorg/h2/mvstore/MVMap<**>;)V
    MethodParameters:
      Name  Flags
      map   

  private void <init>(org.h2.mvstore.MVMap<?, ?>, org.h2.mvstore.Page$Leaf);
    descriptor: (Lorg/h2/mvstore/MVMap;Lorg/h2/mvstore/Page$Leaf;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.MVMap map
        start local 2 // org.h2.mvstore.Page$Leaf source
         0: .line 1396
            aload 0 /* this */
            aload 1 /* map */
            aload 2 /* source */
            invokespecial org.h2.mvstore.Page.<init>:(Lorg/h2/mvstore/MVMap;Lorg/h2/mvstore/Page;)V
         1: .line 1397
            aload 0 /* this */
            aload 2 /* source */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
         2: .line 1398
            return
        end local 2 // org.h2.mvstore.Page$Leaf source
        end local 1 // org.h2.mvstore.MVMap map
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/h2/mvstore/Page$Leaf;
            0    3     1     map  Lorg/h2/mvstore/MVMap<**>;
            0    3     2  source  Lorg/h2/mvstore/Page$Leaf;
    Signature: (Lorg/h2/mvstore/MVMap<**>;Lorg/h2/mvstore/Page$Leaf;)V
    MethodParameters:
        Name  Flags
      map     
      source  

  void <init>(org.h2.mvstore.MVMap<?, ?>, [], []);
    descriptor: (Lorg/h2/mvstore/MVMap;[Ljava/lang/Object;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.MVMap map
        start local 2 // java.lang.Object[] keys
        start local 3 // java.lang.Object[] values
         0: .line 1401
            aload 0 /* this */
            aload 1 /* map */
            aload 2 /* keys */
            invokespecial org.h2.mvstore.Page.<init>:(Lorg/h2/mvstore/MVMap;[Ljava/lang/Object;)V
         1: .line 1402
            aload 0 /* this */
            aload 3 /* values */
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
         2: .line 1403
            return
        end local 3 // java.lang.Object[] values
        end local 2 // java.lang.Object[] keys
        end local 1 // org.h2.mvstore.MVMap map
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/h2/mvstore/Page$Leaf;
            0    3     1     map  Lorg/h2/mvstore/MVMap<**>;
            0    3     2    keys  [Ljava/lang/Object;
            0    3     3  values  [Ljava/lang/Object;
    Signature: (Lorg/h2/mvstore/MVMap<**>;[Ljava/lang/Object;[Ljava/lang/Object;)V
    MethodParameters:
        Name  Flags
      map     
      keys    
      values  

  public int getNodeType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.mvstore.Page$Leaf this
         0: .line 1407
            iconst_0
            ireturn
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/Page$Leaf;

  public org.h2.mvstore.Page copy(org.h2.mvstore.MVMap<?, ?>);
    descriptor: (Lorg/h2/mvstore/MVMap;)Lorg/h2/mvstore/Page;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.MVMap map
         0: .line 1412
            new org.h2.mvstore.Page$Leaf
            dup
            aload 1 /* map */
            aload 0 /* this */
            invokespecial org.h2.mvstore.Page$Leaf.<init>:(Lorg/h2/mvstore/MVMap;Lorg/h2/mvstore/Page$Leaf;)V
            areturn
        end local 1 // org.h2.mvstore.MVMap map
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1   map  Lorg/h2/mvstore/MVMap<**>;
    Signature: (Lorg/h2/mvstore/MVMap<**>;)Lorg/h2/mvstore/Page;
    MethodParameters:
      Name  Flags
      map   

  public org.h2.mvstore.Page getChildPage(int);
    descriptor: (I)Lorg/h2/mvstore/Page;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
         0: .line 1417
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.h2.mvstore.Page getChildPageIfLoaded(int);
    descriptor: (I)Lorg/h2/mvstore/Page;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
         0: .line 1421
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long getChildPagePos(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
         0: .line 1425
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.Object getValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
         0: .line 1430
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.h2.mvstore.Page split(int);
    descriptor: (I)Lorg/h2/mvstore/Page;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int at
         0: .line 1435
            getstatic org.h2.mvstore.Page$Leaf.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isSaved:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            iload 1 /* at */
            isub
            istore 2 /* b */
        start local 2 // int b
         2: .line 1437
            aload 0 /* this */
            iload 1 /* at */
            iload 2 /* b */
            invokevirtual org.h2.mvstore.Page$Leaf.splitKeys:(II)[Ljava/lang/Object;
            astore 3 /* bKeys */
        start local 3 // java.lang.Object[] bKeys
         3: .line 1438
            aload 0 /* this */
            iload 2 /* b */
            invokevirtual org.h2.mvstore.Page$Leaf.createValueStorage:(I)[Ljava/lang/Object;
            astore 4 /* bValues */
        start local 4 // java.lang.Object[] bValues
         4: .line 1439
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            ifnull 9
         5: .line 1440
            aload 0 /* this */
            iload 1 /* at */
            invokevirtual org.h2.mvstore.Page$Leaf.createValueStorage:(I)[Ljava/lang/Object;
            astore 5 /* aValues */
        start local 5 // java.lang.Object[] aValues
         6: .line 1441
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iconst_0
            aload 5 /* aValues */
            iconst_0
            iload 1 /* at */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 1442
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iload 1 /* at */
            aload 4 /* bValues */
            iconst_0
            iload 2 /* b */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 1443
            aload 0 /* this */
            aload 5 /* aValues */
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
        end local 5 // java.lang.Object[] aValues
         9: .line 1445
      StackMap locals: int java.lang.Object[] java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            aload 3 /* bKeys */
            aload 4 /* bValues */
            iconst_0
            invokestatic org.h2.mvstore.Page$Leaf.createLeaf:(Lorg/h2/mvstore/MVMap;[Ljava/lang/Object;[Ljava/lang/Object;I)Lorg/h2/mvstore/Page;
            astore 5 /* newPage */
        start local 5 // org.h2.mvstore.Page newPage
        10: .line 1446
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isPersistent:()Z
            ifeq 12
        11: .line 1447
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.recalculateMemory:()V
        12: .line 1449
      StackMap locals: org.h2.mvstore.Page
      StackMap stack:
            aload 5 /* newPage */
            areturn
        end local 5 // org.h2.mvstore.Page newPage
        end local 4 // java.lang.Object[] bValues
        end local 3 // java.lang.Object[] bKeys
        end local 2 // int b
        end local 1 // int at
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/h2/mvstore/Page$Leaf;
            0   13     1       at  I
            2   13     2        b  I
            3   13     3    bKeys  [Ljava/lang/Object;
            4   13     4  bValues  [Ljava/lang/Object;
            6    9     5  aValues  [Ljava/lang/Object;
           10   13     5  newPage  Lorg/h2/mvstore/Page;
    MethodParameters:
      Name  Flags
      at    

  public void expand(int, java.lang.Object[], java.lang.Object[]);
    descriptor: (I[Ljava/lang/Object;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int extraKeyCount
        start local 2 // java.lang.Object[] extraKeys
        start local 3 // java.lang.Object[] extraValues
         0: .line 1454
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 4 /* keyCount */
        start local 4 // int keyCount
         1: .line 1455
            aload 0 /* this */
            iload 1 /* extraKeyCount */
            aload 2 /* extraKeys */
            invokevirtual org.h2.mvstore.Page$Leaf.expandKeys:(I[Ljava/lang/Object;)V
         2: .line 1456
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            ifnull 7
         3: .line 1457
            aload 0 /* this */
            iload 4 /* keyCount */
            iload 1 /* extraKeyCount */
            iadd
            invokevirtual org.h2.mvstore.Page$Leaf.createValueStorage:(I)[Ljava/lang/Object;
            astore 5 /* newValues */
        start local 5 // java.lang.Object[] newValues
         4: .line 1458
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iconst_0
            aload 5 /* newValues */
            iconst_0
            iload 4 /* keyCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 1459
            aload 3 /* extraValues */
            iconst_0
            aload 5 /* newValues */
            iload 4 /* keyCount */
            iload 1 /* extraKeyCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 1460
            aload 0 /* this */
            aload 5 /* newValues */
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
        end local 5 // java.lang.Object[] newValues
         7: .line 1462
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isPersistent:()Z
            ifeq 9
         8: .line 1463
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.recalculateMemory:()V
         9: .line 1465
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int keyCount
        end local 3 // java.lang.Object[] extraValues
        end local 2 // java.lang.Object[] extraKeys
        end local 1 // int extraKeyCount
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/h2/mvstore/Page$Leaf;
            0   10     1  extraKeyCount  I
            0   10     2      extraKeys  [Ljava/lang/Object;
            0   10     3    extraValues  [Ljava/lang/Object;
            1   10     4       keyCount  I
            4    7     5      newValues  [Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      extraKeyCount  
      extraKeys      
      extraValues    

  public long getTotalCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.mvstore.Page$Leaf this
         0: .line 1469
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            i2l
            lreturn
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/Page$Leaf;

  long getCounts(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
         0: .line 1474
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void setChild(int, org.h2.mvstore.Page);
    descriptor: (ILorg/h2/mvstore/Page;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
        start local 2 // org.h2.mvstore.Page c
         0: .line 1479
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // org.h2.mvstore.Page c
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1  index  I
            0    1     2      c  Lorg/h2/mvstore/Page;
    MethodParameters:
       Name  Flags
      index  
      c      

  public java.lang.Object setValue(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
        start local 2 // java.lang.Object value
         0: .line 1484
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            invokevirtual org.h2.mvstore.MVMap.getValueType:()Lorg/h2/mvstore/type/DataType;
            astore 3 /* valueType */
        start local 3 // org.h2.mvstore.type.DataType valueType
         1: .line 1485
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
         2: .line 1486
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokevirtual org.h2.mvstore.Page$Leaf.setValueInternal:(ILjava/lang/Object;)Ljava/lang/Object;
            astore 4 /* old */
        start local 4 // java.lang.Object old
         3: .line 1487
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isPersistent:()Z
            ifeq 7
         4: .line 1488
            aload 0 /* this */
            aload 3 /* valueType */
            aload 2 /* value */
            invokeinterface org.h2.mvstore.type.DataType.getMemory:(Ljava/lang/Object;)I
         5: .line 1489
            aload 3 /* valueType */
            aload 4 /* old */
            invokeinterface org.h2.mvstore.type.DataType.getMemory:(Ljava/lang/Object;)I
            isub
         6: .line 1488
            invokevirtual org.h2.mvstore.Page$Leaf.addMemory:(I)V
         7: .line 1491
      StackMap locals: org.h2.mvstore.type.DataType java.lang.Object
      StackMap stack:
            aload 4 /* old */
            areturn
        end local 4 // java.lang.Object old
        end local 3 // org.h2.mvstore.type.DataType valueType
        end local 2 // java.lang.Object value
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/h2/mvstore/Page$Leaf;
            0    8     1      index  I
            0    8     2      value  Ljava/lang/Object;
            1    8     3  valueType  Lorg/h2/mvstore/type/DataType;
            3    8     4        old  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      value  

  private java.lang.Object setValueInternal(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
        start local 2 // java.lang.Object value
         0: .line 1495
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            astore 3 /* old */
        start local 3 // java.lang.Object old
         1: .line 1496
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iload 1 /* index */
            aload 2 /* value */
            aastore
         2: .line 1497
            aload 3 /* old */
            areturn
        end local 3 // java.lang.Object old
        end local 2 // java.lang.Object value
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    3     1  index  I
            0    3     2  value  Ljava/lang/Object;
            1    3     3    old  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      value  

  public void insertLeaf(int, java.lang.Object, java.lang.Object);
    descriptor: (ILjava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 1502
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 4 /* keyCount */
        start local 4 // int keyCount
         1: .line 1503
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* key */
            invokevirtual org.h2.mvstore.Page$Leaf.insertKey:(ILjava/lang/Object;)V
         2: .line 1505
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            ifnull 9
         3: .line 1506
            aload 0 /* this */
            iload 4 /* keyCount */
            iconst_1
            iadd
            invokevirtual org.h2.mvstore.Page$Leaf.createValueStorage:(I)[Ljava/lang/Object;
            astore 5 /* newValues */
        start local 5 // java.lang.Object[] newValues
         4: .line 1507
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            aload 5 /* newValues */
            iload 4 /* keyCount */
            iload 1 /* index */
            invokestatic org.h2.mvstore.DataUtils.copyWithGap:(Ljava/lang/Object;Ljava/lang/Object;II)V
         5: .line 1508
            aload 0 /* this */
            aload 5 /* newValues */
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
         6: .line 1509
            aload 0 /* this */
            iload 1 /* index */
            aload 3 /* value */
            invokevirtual org.h2.mvstore.Page$Leaf.setValueInternal:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 1510
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isPersistent:()Z
            ifeq 9
         8: .line 1511
            aload 0 /* this */
            bipush 8
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            invokevirtual org.h2.mvstore.MVMap.getValueType:()Lorg/h2/mvstore/type/DataType;
            aload 3 /* value */
            invokeinterface org.h2.mvstore.type.DataType.getMemory:(Ljava/lang/Object;)I
            iadd
            invokevirtual org.h2.mvstore.Page$Leaf.addMemory:(I)V
        end local 5 // java.lang.Object[] newValues
         9: .line 1514
      StackMap locals: int
      StackMap stack:
            return
        end local 4 // int keyCount
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/h2/mvstore/Page$Leaf;
            0   10     1      index  I
            0   10     2        key  Ljava/lang/Object;
            0   10     3      value  Ljava/lang/Object;
            1   10     4   keyCount  I
            4    9     5  newValues  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      key    
      value  

  public void insertNode(int, java.lang.Object, org.h2.mvstore.Page);
    descriptor: (ILjava/lang/Object;Lorg/h2/mvstore/Page;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
        start local 2 // java.lang.Object key
        start local 3 // org.h2.mvstore.Page childPage
         0: .line 1518
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // org.h2.mvstore.Page childPage
        end local 2 // java.lang.Object key
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1      index  I
            0    1     2        key  Ljava/lang/Object;
            0    1     3  childPage  Lorg/h2/mvstore/Page;
    MethodParameters:
           Name  Flags
      index      
      key        
      childPage  

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // int index
         0: .line 1523
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 2 /* keyCount */
        start local 2 // int keyCount
         1: .line 1524
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.h2.mvstore.Page.remove:(I)V
         2: .line 1525
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            ifnull 9
         3: .line 1526
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isPersistent:()Z
            ifeq 6
         4: .line 1527
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.h2.mvstore.Page$Leaf.getValue:(I)Ljava/lang/Object;
            astore 3 /* old */
        start local 3 // java.lang.Object old
         5: .line 1528
            aload 0 /* this */
            bipush -8
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            invokevirtual org.h2.mvstore.MVMap.getValueType:()Lorg/h2/mvstore/type/DataType;
            aload 3 /* old */
            invokeinterface org.h2.mvstore.type.DataType.getMemory:(Ljava/lang/Object;)I
            isub
            invokevirtual org.h2.mvstore.Page$Leaf.addMemory:(I)V
        end local 3 // java.lang.Object old
         6: .line 1530
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* keyCount */
            iconst_1
            isub
            invokevirtual org.h2.mvstore.Page$Leaf.createValueStorage:(I)[Ljava/lang/Object;
            astore 3 /* newValues */
        start local 3 // java.lang.Object[] newValues
         7: .line 1531
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            aload 3 /* newValues */
            iload 2 /* keyCount */
            iload 1 /* index */
            invokestatic org.h2.mvstore.DataUtils.copyExcept:(Ljava/lang/Object;Ljava/lang/Object;II)V
         8: .line 1532
            aload 0 /* this */
            aload 3 /* newValues */
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
        end local 3 // java.lang.Object[] newValues
         9: .line 1534
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int keyCount
        end local 1 // int index
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/h2/mvstore/Page$Leaf;
            0   10     1      index  I
            1   10     2   keyCount  I
            5    6     3        old  Ljava/lang/Object;
            7    9     3  newValues  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  

  public void removeAllRecursive();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.mvstore.Page$Leaf this
         0: .line 1538
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.removePage:()V
         1: .line 1539
            return
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/mvstore/Page$Leaf;

  public org.h2.mvstore.CursorPos getAppendCursorPos(org.h2.mvstore.CursorPos);
    descriptor: (Lorg/h2/mvstore/CursorPos;)Lorg/h2/mvstore/CursorPos;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.CursorPos cursorPos
         0: .line 1543
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 2 /* keyCount */
        start local 2 // int keyCount
         1: .line 1544
            new org.h2.mvstore.CursorPos
            dup
            aload 0 /* this */
            iload 2 /* keyCount */
            ineg
            iconst_1
            isub
            aload 1 /* cursorPos */
            invokespecial org.h2.mvstore.CursorPos.<init>:(Lorg/h2/mvstore/Page;ILorg/h2/mvstore/CursorPos;)V
            areturn
        end local 2 // int keyCount
        end local 1 // org.h2.mvstore.CursorPos cursorPos
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/h2/mvstore/Page$Leaf;
            0    2     1  cursorPos  Lorg/h2/mvstore/CursorPos;
            1    2     2   keyCount  I
    MethodParameters:
           Name  Flags
      cursorPos  

  protected void readPayLoad(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // java.nio.ByteBuffer buff
         0: .line 1549
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 2 /* keyCount */
        start local 2 // int keyCount
         1: .line 1550
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* keyCount */
            invokevirtual org.h2.mvstore.Page$Leaf.createValueStorage:(I)[Ljava/lang/Object;
            putfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
         2: .line 1551
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            invokevirtual org.h2.mvstore.MVMap.getValueType:()Lorg/h2/mvstore/type/DataType;
            aload 1 /* buff */
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            iconst_0
            invokeinterface org.h2.mvstore.type.DataType.read:(Ljava/nio/ByteBuffer;[Ljava/lang/Object;IZ)V
         3: .line 1552
            return
        end local 2 // int keyCount
        end local 1 // java.nio.ByteBuffer buff
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/h2/mvstore/Page$Leaf;
            0    4     1      buff  Ljava/nio/ByteBuffer;
            1    4     2  keyCount  I
    MethodParameters:
      Name  Flags
      buff  

  protected void writeValues(org.h2.mvstore.WriteBuffer);
    descriptor: (Lorg/h2/mvstore/WriteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.WriteBuffer buff
         0: .line 1556
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            invokevirtual org.h2.mvstore.MVMap.getValueType:()Lorg/h2/mvstore/type/DataType;
            aload 1 /* buff */
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            iconst_0
            invokeinterface org.h2.mvstore.type.DataType.write:(Lorg/h2/mvstore/WriteBuffer;[Ljava/lang/Object;IZ)V
         1: .line 1557
            return
        end local 1 // org.h2.mvstore.WriteBuffer buff
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/mvstore/Page$Leaf;
            0    2     1  buff  Lorg/h2/mvstore/WriteBuffer;
    MethodParameters:
      Name  Flags
      buff  

  protected void writeChildren(org.h2.mvstore.WriteBuffer, boolean);
    descriptor: (Lorg/h2/mvstore/WriteBuffer;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.WriteBuffer buff
        start local 2 // boolean withCounts
         0: .line 1560
            return
        end local 2 // boolean withCounts
        end local 1 // org.h2.mvstore.WriteBuffer buff
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/h2/mvstore/Page$Leaf;
            0    1     1        buff  Lorg/h2/mvstore/WriteBuffer;
            0    1     2  withCounts  Z
    MethodParameters:
            Name  Flags
      buff        
      withCounts  

  void writeUnsavedRecursive(org.h2.mvstore.Chunk, org.h2.mvstore.WriteBuffer);
    descriptor: (Lorg/h2/mvstore/Chunk;Lorg/h2/mvstore/WriteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // org.h2.mvstore.Chunk chunk
        start local 2 // org.h2.mvstore.WriteBuffer buff
         0: .line 1564
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.isSaved:()Z
            ifne 2
         1: .line 1565
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* buff */
            invokevirtual org.h2.mvstore.Page$Leaf.write:(Lorg/h2/mvstore/Chunk;Lorg/h2/mvstore/WriteBuffer;)I
            pop
         2: .line 1567
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.h2.mvstore.WriteBuffer buff
        end local 1 // org.h2.mvstore.Chunk chunk
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/h2/mvstore/Page$Leaf;
            0    3     1  chunk  Lorg/h2/mvstore/Chunk;
            0    3     2   buff  Lorg/h2/mvstore/WriteBuffer;
    MethodParameters:
       Name  Flags
      chunk  
      buff   

  void writeEnd();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.h2.mvstore.Page$Leaf this
         0: .line 1570
            return
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/Page$Leaf;

  public int getRawChildPageCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.mvstore.Page$Leaf this
         0: .line 1574
            iconst_0
            ireturn
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/Page$Leaf;

  protected int calculateMemory();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.h2.mvstore.Page$Leaf this
         0: .line 1579
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 1 /* keyCount */
        start local 1 // int keyCount
         1: .line 1580
            aload 0 /* this */
            invokespecial org.h2.mvstore.Page.calculateMemory:()I
            bipush 113
            iadd
            iload 1 /* keyCount */
            bipush 8
            imul
            iadd
            istore 2 /* mem */
        start local 2 // int mem
         2: .line 1581
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.map:Lorg/h2/mvstore/MVMap;
            invokevirtual org.h2.mvstore.MVMap.getValueType:()Lorg/h2/mvstore/type/DataType;
            astore 3 /* valueType */
        start local 3 // org.h2.mvstore.type.DataType valueType
         3: .line 1582
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 1583
      StackMap locals: org.h2.mvstore.Page$Leaf int int org.h2.mvstore.type.DataType int
      StackMap stack:
            iload 2 /* mem */
            aload 3 /* valueType */
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            iload 4 /* i */
            aaload
            invokeinterface org.h2.mvstore.type.DataType.getMemory:(Ljava/lang/Object;)I
            iadd
            istore 2 /* mem */
         6: .line 1582
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 1 /* keyCount */
            if_icmplt 5
        end local 4 // int i
         8: .line 1585
            iload 2 /* mem */
            ireturn
        end local 3 // org.h2.mvstore.type.DataType valueType
        end local 2 // int mem
        end local 1 // int keyCount
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/h2/mvstore/Page$Leaf;
            1    9     1   keyCount  I
            2    9     2        mem  I
            3    9     3  valueType  Lorg/h2/mvstore/type/DataType;
            4    8     4          i  I

  public void dump(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.h2.mvstore.Page$Leaf this
        start local 1 // java.lang.StringBuilder buff
         0: .line 1590
            aload 0 /* this */
            aload 1 /* buff */
            invokespecial org.h2.mvstore.Page.dump:(Ljava/lang/StringBuilder;)V
         1: .line 1591
            aload 0 /* this */
            invokevirtual org.h2.mvstore.Page$Leaf.getKeyCount:()I
            istore 2 /* keyCount */
        start local 2 // int keyCount
         2: .line 1592
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 11
         4: .line 1593
      StackMap locals: int int
      StackMap stack:
            iload 3 /* i */
            ifle 6
         5: .line 1594
            aload 1 /* buff */
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 1596
      StackMap locals:
      StackMap stack:
            aload 1 /* buff */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.h2.mvstore.Page$Leaf.getKey:(I)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         7: .line 1597
            aload 0 /* this */
            getfield org.h2.mvstore.Page$Leaf.values:[Ljava/lang/Object;
            ifnull 10
         8: .line 1598
            aload 1 /* buff */
            bipush 58
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         9: .line 1599
            aload 1 /* buff */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.h2.mvstore.Page$Leaf.getValue:(I)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        10: .line 1592
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 2 /* keyCount */
            if_icmplt 4
        end local 3 // int i
        12: .line 1602
            return
        end local 2 // int keyCount
        end local 1 // java.lang.StringBuilder buff
        end local 0 // org.h2.mvstore.Page$Leaf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/h2/mvstore/Page$Leaf;
            0   13     1      buff  Ljava/lang/StringBuilder;
            2   13     2  keyCount  I
            3   12     3         i  I
    MethodParameters:
      Name  Flags
      buff  
}
SourceFile: "Page.java"
NestHost: org.h2.mvstore.Page
InnerClasses:
  private Leaf = org.h2.mvstore.Page$Leaf of org.h2.mvstore.Page