public final class org.hsqldb.lib.DoubleLongIndex implements org.hsqldb.lib.LongLookup
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hsqldb.lib.DoubleLongIndex
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int capacity;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean sorted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long[] keys;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private long[] values;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int capacity
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.DoubleLongIndex.count:I
         2: .line 55
            aload 0 /* this */
            iconst_1
            putfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
         3: .line 64
            aload 0 /* this */
            iload 1 /* capacity */
            putfield org.hsqldb.lib.DoubleLongIndex.capacity:I
         4: .line 65
            aload 0 /* this */
            iload 1 /* capacity */
            newarray 11
            putfield org.hsqldb.lib.DoubleLongIndex.keys:[J
         5: .line 66
            aload 0 /* this */
            iload 1 /* capacity */
            newarray 11
            putfield org.hsqldb.lib.DoubleLongIndex.values:[J
         6: .line 67
            return
        end local 1 // int capacity
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    7     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public long getLongKey(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i
         0: .line 71
            iload 1 /* i */
            iflt 1
            iload 1 /* i */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            if_icmplt 2
         1: .line 72
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i */
            laload
            lreturn
        end local 1 // int i
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public long getLongValue(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i
         0: .line 80
            iload 1 /* i */
            iflt 1
            iload 1 /* i */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            if_icmplt 2
         1: .line 81
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 1 /* i */
            laload
            lreturn
        end local 1 // int i
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void setLongValue(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i
        start local 2 // long value
         0: .line 94
            iload 1 /* i */
            iflt 1
            iload 1 /* i */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            if_icmplt 2
         1: .line 95
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 1 /* i */
            lload 2 /* value */
            lastore
         3: .line 99
            return
        end local 2 // long value
        end local 1 // int i
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    4     1      i  I
            0    4     2  value  J
    MethodParameters:
       Name  Flags
      i      
      value  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 102
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            ireturn
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/DoubleLongIndex;

  public boolean addUnsorted(long, long);
    descriptor: (JJ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long key
        start local 3 // long value
         0: .line 107
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            if_icmpne 2
         1: .line 108
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.doubleCapacity:()V
         2: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
            ifeq 5
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            ifeq 5
         3: .line 112
            lload 1 /* key */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            isub
            laload
            lcmp
            ifge 5
         4: .line 113
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
         5: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            lload 1 /* key */
            lastore
         6: .line 118
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            lload 3 /* value */
            lastore
         7: .line 120
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            iadd
            putfield org.hsqldb.lib.DoubleLongIndex.count:I
         8: .line 122
            iconst_1
            ireturn
        end local 3 // long value
        end local 1 // long key
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    9     1    key  J
            0    9     3  value  J
    MethodParameters:
       Name  Flags
      key    
      value  

  public int add(long, long);
    descriptor: (JJ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long key
        start local 3 // long value
         0: .line 127
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            if_icmpne 2
         1: .line 128
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.doubleCapacity:()V
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
            ifne 4
         3: .line 132
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.fastQuickSort:()V
         4: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* key */
            putfield org.hsqldb.lib.DoubleLongIndex.targetSearchValue:J
         5: .line 137
            aload 0 /* this */
            iconst_1
            invokevirtual org.hsqldb.lib.DoubleLongIndex.binarySlotSearch:(Z)I
            istore 5 /* i */
        start local 5 // int i
         6: .line 139
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iload 5 /* i */
            if_icmpeq 8
         7: .line 140
            aload 0 /* this */
            iload 5 /* i */
            iload 5 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iload 5 /* i */
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.moveRows:(III)V
         8: .line 143
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 5 /* i */
            lload 1 /* key */
            lastore
         9: .line 144
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 5 /* i */
            lload 3 /* value */
            lastore
        10: .line 146
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            iadd
            putfield org.hsqldb.lib.DoubleLongIndex.count:I
        11: .line 148
            iload 5 /* i */
            ireturn
        end local 5 // int i
        end local 3 // long value
        end local 1 // long key
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0   12     1    key  J
            0   12     3  value  J
            6   12     5      i  I
    MethodParameters:
       Name  Flags
      key    
      value  

  public long lookup(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long key
         0: .line 153
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.findFirstEqualKeyIndex:(J)I
            istore 3 /* i */
        start local 3 // int i
         1: .line 155
            iload 3 /* i */
            iconst_m1
            if_icmpne 3
         2: .line 156
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 159
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.getLongValue:(I)J
            lreturn
        end local 3 // int i
        end local 1 // long key
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    4     1   key  J
            1    4     3     i  I
    Exceptions:
      throws java.util.NoSuchElementException
    MethodParameters:
      Name  Flags
      key   

  public long lookup(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long key
        start local 3 // long def
         0: .line 164
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.findFirstEqualKeyIndex:(J)I
            istore 5 /* i */
        start local 5 // int i
         1: .line 166
            iload 5 /* i */
            iconst_m1
            if_icmpne 3
         2: .line 167
            lload 3 /* def */
            lreturn
         3: .line 170
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.getLongValue:(I)J
            lreturn
        end local 5 // int i
        end local 3 // long def
        end local 1 // long key
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    4     1   key  J
            0    4     3   def  J
            1    4     5     i  I
    MethodParameters:
      Name  Flags
      key   
      def   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 175
            bipush 74
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            invokestatic org.hsqldb.lib.ArrayUtil.clearArray:(ILjava/lang/Object;II)V
         1: .line 176
            bipush 74
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            invokestatic org.hsqldb.lib.ArrayUtil.clearArray:(ILjava/lang/Object;II)V
         2: .line 178
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.DoubleLongIndex.count:I
         3: .line 179
            aload 0 /* this */
            iconst_1
            putfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
         4: .line 180
            return
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/lib/DoubleLongIndex;

  public int findFirstGreaterEqualKeyIndex(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long value
         0: .line 188
            aload 0 /* this */
            lload 1 /* value */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.findFirstGreaterEqualSlotIndex:(J)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 190
            iload 3 /* index */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            if_icmpne 2
            iconst_m1
            goto 3
         2: .line 191
      StackMap locals: int
      StackMap stack:
            iload 3 /* index */
         3: .line 190
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 3 // int index
        end local 1 // long value
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    4     1  value  J
            1    4     3  index  I
    MethodParameters:
       Name  Flags
      value  

  public int findFirstEqualKeyIndex(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long value
         0: .line 200
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
            ifne 2
         1: .line 201
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.fastQuickSort:()V
         2: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* value */
            putfield org.hsqldb.lib.DoubleLongIndex.targetSearchValue:J
         3: .line 206
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.binaryFirstSearch:()I
            ireturn
        end local 1 // long value
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    4     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public int findFirstGreaterEqualSlotIndex(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // long value
         0: .line 219
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
            ifne 2
         1: .line 220
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.fastQuickSort:()V
         2: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* value */
            putfield org.hsqldb.lib.DoubleLongIndex.targetSearchValue:J
         3: .line 225
            aload 0 /* this */
            iconst_0
            invokevirtual org.hsqldb.lib.DoubleLongIndex.binarySlotSearch:(Z)I
            ireturn
        end local 1 // long value
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    4     1  value  J
    MethodParameters:
       Name  Flags
      value  

  private int binaryFirstSearch();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 235
            iconst_0
            istore 1 /* low */
        start local 1 // int low
         1: .line 236
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            istore 2 /* high */
        start local 2 // int high
         2: .line 237
            iconst_0
            istore 3 /* mid */
        start local 3 // int mid
         3: .line 238
            iconst_0
            istore 4 /* compare */
        start local 4 // int compare
         4: .line 239
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            istore 5 /* found */
        start local 5 // int found
         5: .line 241
            goto 16
         6: .line 242
      StackMap locals: org.hsqldb.lib.DoubleLongIndex int int int int int
      StackMap stack:
            iload 1 /* low */
            iload 2 /* high */
            iadd
            iconst_1
            iushr
            istore 3 /* mid */
         7: .line 243
            aload 0 /* this */
            iload 3 /* mid */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.compare:(I)I
            istore 4 /* compare */
         8: .line 245
            iload 4 /* compare */
            ifge 11
         9: .line 246
            iload 3 /* mid */
            istore 2 /* high */
        10: .line 247
            goto 16
      StackMap locals:
      StackMap stack:
        11: iload 4 /* compare */
            ifle 14
        12: .line 248
            iload 3 /* mid */
            iconst_1
            iadd
            istore 1 /* low */
        13: .line 249
            goto 16
        14: .line 250
      StackMap locals:
      StackMap stack:
            iload 3 /* mid */
            istore 2 /* high */
        15: .line 251
            iload 3 /* mid */
            istore 5 /* found */
        16: .line 241
      StackMap locals:
      StackMap stack:
            iload 1 /* low */
            iload 2 /* high */
            if_icmplt 6
        17: .line 255
            iload 5 /* found */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            if_icmpne 18
            iconst_m1
            goto 19
        18: .line 256
      StackMap locals:
      StackMap stack:
            iload 5 /* found */
        19: .line 255
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 5 // int found
        end local 4 // int compare
        end local 3 // int mid
        end local 2 // int high
        end local 1 // int low
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lorg/hsqldb/lib/DoubleLongIndex;
            1   20     1      low  I
            2   20     2     high  I
            3   20     3      mid  I
            4   20     4  compare  I
            5   20     5    found  I

  private int binarySlotSearch(boolean);
    descriptor: (Z)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // boolean fullCompare
         0: .line 266
            iconst_0
            istore 2 /* low */
        start local 2 // int low
         1: .line 267
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            istore 3 /* high */
        start local 3 // int high
         2: .line 268
            iconst_0
            istore 4 /* mid */
        start local 4 // int mid
         3: .line 269
            iconst_0
            istore 5 /* compare */
        start local 5 // int compare
         4: .line 271
            goto 11
         5: .line 272
      StackMap locals: org.hsqldb.lib.DoubleLongIndex int int int int int
      StackMap stack:
            iload 2 /* low */
            iload 3 /* high */
            iadd
            iconst_1
            iushr
            istore 4 /* mid */
         6: .line 273
            aload 0 /* this */
            iload 4 /* mid */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.compare:(I)I
            istore 5 /* compare */
         7: .line 275
            iload 5 /* compare */
            ifgt 10
         8: .line 276
            iload 4 /* mid */
            istore 3 /* high */
         9: .line 277
            goto 11
        10: .line 278
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            iconst_1
            iadd
            istore 2 /* low */
        11: .line 271
      StackMap locals:
      StackMap stack:
            iload 2 /* low */
            iload 3 /* high */
            if_icmplt 5
        12: .line 282
            iload 2 /* low */
            ireturn
        end local 5 // int compare
        end local 4 // int mid
        end local 3 // int high
        end local 2 // int low
        end local 1 // boolean fullCompare
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/hsqldb/lib/DoubleLongIndex;
            0   13     1  fullCompare  Z
            1   13     2          low  I
            2   13     3         high  I
            3   13     4          mid  I
            4   13     5      compare  I
    MethodParameters:
             Name  Flags
      fullCompare  

  public void sort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 287
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            sipush 16384
            if_icmpgt 3
         1: .line 288
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.fastQuickSortRecursive:()V
         2: .line 289
            goto 4
         3: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.fastQuickSort:()V
         4: .line 292
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/lib/DoubleLongIndex;

  private void fastQuickSort();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 299
            new org.hsqldb.lib.DoubleIntIndex
            dup
            ldc 32768
            invokespecial org.hsqldb.lib.DoubleIntIndex.<init>:(I)V
            astore 1 /* indices */
        start local 1 // org.hsqldb.lib.DoubleIntIndex indices
         1: .line 300
            bipush 16
            istore 2 /* threshold */
        start local 2 // int threshold
         2: .line 302
            aload 1 /* indices */
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleIntIndex.push:(II)Z
            pop
         3: .line 304
            goto 11
         4: .line 305
      StackMap locals: org.hsqldb.lib.DoubleIntIndex int
      StackMap stack:
            aload 1 /* indices */
            invokevirtual org.hsqldb.lib.DoubleIntIndex.peekKey:()I
            istore 3 /* start */
        start local 3 // int start
         5: .line 306
            aload 1 /* indices */
            invokevirtual org.hsqldb.lib.DoubleIntIndex.peekValue:()I
            istore 4 /* end */
        start local 4 // int end
         6: .line 308
            aload 1 /* indices */
            invokevirtual org.hsqldb.lib.DoubleIntIndex.pop:()Z
            pop
         7: .line 310
            iload 4 /* end */
            iload 3 /* start */
            isub
            iload 2 /* threshold */
            if_icmplt 11
         8: .line 311
            aload 0 /* this */
            iload 3 /* start */
            iload 4 /* end */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.partition:(II)I
            istore 5 /* pivot */
        start local 5 // int pivot
         9: .line 313
            aload 1 /* indices */
            iload 3 /* start */
            iload 5 /* pivot */
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleIntIndex.push:(II)Z
            pop
        10: .line 314
            aload 1 /* indices */
            iload 5 /* pivot */
            iconst_1
            iadd
            iload 4 /* end */
            invokevirtual org.hsqldb.lib.DoubleIntIndex.push:(II)Z
            pop
        end local 5 // int pivot
        end local 4 // int end
        end local 3 // int start
        11: .line 304
      StackMap locals:
      StackMap stack:
            aload 1 /* indices */
            invokevirtual org.hsqldb.lib.DoubleIntIndex.size:()I
            ifgt 4
        12: .line 318
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.insertionSort:(II)V
        13: .line 320
            aload 0 /* this */
            iconst_1
            putfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
        14: .line 321
            return
        end local 2 // int threshold
        end local 1 // org.hsqldb.lib.DoubleIntIndex indices
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/hsqldb/lib/DoubleLongIndex;
            1   15     1    indices  Lorg/hsqldb/lib/DoubleIntIndex;
            2   15     2  threshold  I
            5   11     3      start  I
            6   11     4        end  I
            9   11     5      pivot  I

  private int partition(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int start
        start local 2 // int end
         0: .line 325
            iload 1 /* start */
            iload 2 /* end */
            iadd
            iconst_1
            iushr
            istore 3 /* pivot */
        start local 3 // int pivot
         1: .line 328
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 3 /* pivot */
            laload
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* start */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            laload
            lcmp
            ifge 3
         2: .line 329
            aload 0 /* this */
            iload 3 /* pivot */
            iload 1 /* start */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
         3: .line 332
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* end */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            laload
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* start */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            laload
            lcmp
            ifge 5
         4: .line 333
            aload 0 /* this */
            iload 2 /* end */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            iload 1 /* start */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
         5: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* end */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            laload
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 3 /* pivot */
            laload
            lcmp
            ifge 7
         6: .line 337
            aload 0 /* this */
            iload 2 /* end */
            iload 3 /* pivot */
            iadd
            iconst_1
            iushr
            iload 3 /* pivot */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
         7: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 3 /* pivot */
            laload
            lstore 4 /* pivotValue */
        start local 4 // long pivotValue
         8: .line 341
            iload 1 /* start */
            iconst_1
            isub
            istore 6 /* i */
        start local 6 // int i
         9: .line 342
            iload 2 /* end */
            istore 7 /* j */
        start local 7 // int j
        10: .line 344
            aload 0 /* this */
            iload 3 /* pivot */
            iload 2 /* end */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
        11: .line 347
      StackMap locals: long int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iinc 6 /* i */ 1
            iload 6 /* i */
            laload
            lload 4 /* pivotValue */
            lcmp
            iflt 11
        12: .line 349
      StackMap locals:
      StackMap stack:
            lload 4 /* pivotValue */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iinc 7 /* j */ -1
            iload 7 /* j */
            laload
            lcmp
            iflt 12
        13: .line 351
            iload 7 /* j */
            iload 6 /* i */
            if_icmpge 15
        14: .line 352
            goto 17
        15: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            iload 7 /* j */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
        16: .line 346
            goto 11
        17: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            iload 2 /* end */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
        18: .line 360
            iload 6 /* i */
            ireturn
        end local 7 // int j
        end local 6 // int i
        end local 4 // long pivotValue
        end local 3 // int pivot
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lorg/hsqldb/lib/DoubleLongIndex;
            0   19     1       start  I
            0   19     2         end  I
            1   19     3       pivot  I
            8   19     4  pivotValue  J
            9   19     6           i  I
           10   19     7           j  I
    MethodParameters:
       Name  Flags
      start  
      end    

  private void fastQuickSortRecursive();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 368
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.quickSort:(II)V
         1: .line 369
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.insertionSort:(II)V
         2: .line 371
            aload 0 /* this */
            iconst_1
            putfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
         3: .line 372
            return
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/lib/DoubleLongIndex;

  private void quickSort(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int l
        start local 2 // int r
         0: .line 376
            bipush 16
            istore 3 /* M */
        start local 3 // int M
         1: .line 381
            iload 2 /* r */
            iload 1 /* l */
            isub
            iload 3 /* M */
            if_icmple 22
         2: .line 382
            iload 2 /* r */
            iload 1 /* l */
            iadd
            iconst_1
            iushr
            istore 4 /* i */
        start local 4 // int i
         3: .line 384
            aload 0 /* this */
            iload 4 /* i */
            iload 1 /* l */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.lessThan:(II)Z
            ifeq 5
         4: .line 385
            aload 0 /* this */
            iload 1 /* l */
            iload 4 /* i */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
         5: .line 388
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* r */
            iload 1 /* l */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.lessThan:(II)Z
            ifeq 7
         6: .line 389
            aload 0 /* this */
            iload 1 /* l */
            iload 2 /* r */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
         7: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* r */
            iload 4 /* i */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.lessThan:(II)Z
            ifeq 9
         8: .line 393
            aload 0 /* this */
            iload 4 /* i */
            iload 2 /* r */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
         9: .line 396
      StackMap locals:
      StackMap stack:
            iload 2 /* r */
            iconst_1
            isub
            istore 5 /* j */
        start local 5 // int j
        10: .line 398
            aload 0 /* this */
            iload 4 /* i */
            iload 5 /* j */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
        11: .line 400
            iload 1 /* l */
            istore 4 /* i */
        12: .line 401
            iload 5 /* j */
            istore 6 /* v */
        start local 6 // int v
        13: .line 404
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iinc 4 /* i */ 1
            iload 4 /* i */
            iload 6 /* v */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.lessThan:(II)Z
            ifne 13
        14: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* v */
            iinc 5 /* j */ -1
            iload 5 /* j */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.lessThan:(II)Z
            ifne 14
        15: .line 408
            iload 5 /* j */
            iload 4 /* i */
            if_icmpge 17
        16: .line 409
            goto 19
        17: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            iload 5 /* j */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
        18: .line 403
            goto 13
        19: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            iload 2 /* r */
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.swap:(II)V
        20: .line 416
            aload 0 /* this */
            iload 1 /* l */
            iload 5 /* j */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.quickSort:(II)V
        21: .line 417
            aload 0 /* this */
            iload 4 /* i */
            iconst_1
            iadd
            iload 2 /* r */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.quickSort:(II)V
        end local 6 // int v
        end local 5 // int j
        end local 4 // int i
        22: .line 419
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int M
        end local 2 // int r
        end local 1 // int l
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0   23     1     l  I
            0   23     2     r  I
            1   23     3     M  I
            3   22     4     i  I
           10   22     5     j  I
           13   22     6     v  I
    MethodParameters:
      Name  Flags
      l     
      r     

  private void insertionSort(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int lo0
        start local 2 // int hi0
         0: .line 426
            iload 1 /* lo0 */
            iconst_1
            iadd
            istore 3 /* i */
        start local 3 // int i
         1: goto 9
         2: .line 427
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            istore 4 /* j */
        start local 4 // int j
         3: .line 429
            goto 5
         4: .line 430
      StackMap locals: int
      StackMap stack:
            iinc 4 /* j */ -1
         5: .line 429
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            iload 1 /* lo0 */
            if_icmple 6
            aload 0 /* this */
            iload 3 /* i */
            iload 4 /* j */
            iconst_1
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.lessThan:(II)Z
            ifne 4
         6: .line 433
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 4 /* j */
            if_icmpeq 8
         7: .line 434
            aload 0 /* this */
            iload 3 /* i */
            iload 4 /* j */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.moveAndInsertRow:(II)V
         8: .line 426
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 4 // int j
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* hi0 */
            if_icmple 2
        10: .line 437
            return
        end local 3 // int i
        end local 2 // int hi0
        end local 1 // int lo0
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0   11     1   lo0  I
            0   11     2   hi0  I
            1   11     3     i  I
            3    9     4     j  I
    MethodParameters:
      Name  Flags
      lo0   
      hi0   

  private void moveAndInsertRow(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i
        start local 2 // int j
         0: .line 441
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i */
            laload
            lstore 3 /* col1 */
        start local 3 // long col1
         1: .line 442
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 1 /* i */
            laload
            lstore 5 /* col2 */
        start local 5 // long col2
         2: .line 444
            aload 0 /* this */
            iload 2 /* j */
            iload 2 /* j */
            iconst_1
            iadd
            iload 1 /* i */
            iload 2 /* j */
            isub
            invokevirtual org.hsqldb.lib.DoubleLongIndex.moveRows:(III)V
         3: .line 446
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* j */
            lload 3 /* col1 */
            lastore
         4: .line 447
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 2 /* j */
            lload 5 /* col2 */
            lastore
         5: .line 448
            return
        end local 5 // long col2
        end local 3 // long col1
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    6     1     i  I
            0    6     2     j  I
            1    6     3  col1  J
            2    6     5  col2  J
    MethodParameters:
      Name  Flags
      i     
      j     

  private void swap(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i1
        start local 2 // int i2
         0: .line 452
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i1 */
            laload
            lstore 3 /* col1 */
        start local 3 // long col1
         1: .line 453
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 1 /* i1 */
            laload
            lstore 5 /* col2 */
        start local 5 // long col2
         2: .line 455
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i1 */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* i2 */
            laload
            lastore
         3: .line 456
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 1 /* i1 */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 2 /* i2 */
            laload
            lastore
         4: .line 457
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* i2 */
            lload 3 /* col1 */
            lastore
         5: .line 458
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 2 /* i2 */
            lload 5 /* col2 */
            lastore
         6: .line 459
            return
        end local 5 // long col2
        end local 3 // long col1
        end local 2 // int i2
        end local 1 // int i1
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    7     1    i1  I
            0    7     2    i2  I
            1    7     3  col1  J
            2    7     5  col2  J
    MethodParameters:
      Name  Flags
      i1    
      i2    

  private int compare(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i
         0: .line 469
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.targetSearchValue:J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i */
            laload
            lcmp
            ifle 2
         1: .line 470
            iconst_1
            ireturn
         2: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.targetSearchValue:J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i */
            laload
            lcmp
            ifge 4
         3: .line 472
            iconst_m1
            ireturn
         4: .line 475
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int i
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    5     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private boolean lessThan(int, int);
    descriptor: (II)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int i
        start local 2 // int j
         0: .line 486
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* i */
            laload
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* j */
            laload
            lcmp
            ifge 2
         1: .line 487
            iconst_1
            ireturn
         2: .line 490
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    3     1     i  I
            0    3     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     

  private void moveRows(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int fromIndex
        start local 2 // int toIndex
        start local 3 // int rows
         0: .line 494
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 1 /* fromIndex */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            iload 2 /* toIndex */
            iload 3 /* rows */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 495
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 1 /* fromIndex */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            iload 2 /* toIndex */
            iload 3 /* rows */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 496
            return
        end local 3 // int rows
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    3     1  fromIndex  I
            0    3     2    toIndex  I
            0    3     3       rows  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    
      rows       

  private void doubleCapacity();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
         0: .line 500
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.keys:[J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            iconst_2
            imul
            invokestatic org.hsqldb.lib.ArrayUtil.resizeArray:(Ljava/lang/Object;I)Ljava/lang/Object;
            checkcast long[]
            putfield org.hsqldb.lib.DoubleLongIndex.keys:[J
         1: .line 501
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.values:[J
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            iconst_2
            imul
            invokestatic org.hsqldb.lib.ArrayUtil.resizeArray:(Ljava/lang/Object;I)Ljava/lang/Object;
            checkcast long[]
            putfield org.hsqldb.lib.DoubleLongIndex.values:[J
         2: .line 502
            aload 0 /* this */
            dup
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            iconst_2
            imul
            putfield org.hsqldb.lib.DoubleLongIndex.capacity:I
         3: .line 503
            return
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hsqldb/lib/DoubleLongIndex;

  public boolean addUnsorted(org.hsqldb.lib.LongLookup);
    descriptor: (Lorg/hsqldb/lib/LongLookup;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // org.hsqldb.lib.LongLookup other
         0: .line 507
            aload 0 /* this */
            aload 1 /* other */
            invokeinterface org.hsqldb.lib.LongLookup.size:()I
            invokevirtual org.hsqldb.lib.DoubleLongIndex.ensureCapacityToAdd:(I)Z
            ifne 2
         1: .line 508
            iconst_0
            ireturn
         2: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.hsqldb.lib.DoubleLongIndex.sorted:Z
         3: .line 513
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 514
      StackMap locals: int
      StackMap stack:
            aload 1 /* other */
            iload 2 /* i */
            invokeinterface org.hsqldb.lib.LongLookup.getLongKey:(I)J
            lstore 3 /* key */
        start local 3 // long key
         6: .line 515
            aload 1 /* other */
            iload 2 /* i */
            invokeinterface org.hsqldb.lib.LongLookup.getLongValue:(I)J
            lstore 5 /* value */
        start local 5 // long value
         7: .line 517
            aload 0 /* this */
            lload 3 /* key */
            lload 5 /* value */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.addUnsorted:(JJ)Z
            pop
        end local 5 // long value
        end local 3 // long key
         8: .line 513
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 1 /* other */
            invokeinterface org.hsqldb.lib.LongLookup.size:()I
            if_icmplt 5
        end local 2 // int i
        10: .line 520
            iconst_1
            ireturn
        end local 1 // org.hsqldb.lib.LongLookup other
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0   11     1  other  Lorg/hsqldb/lib/LongLookup;
            4   10     2      i  I
            6    8     3    key  J
            7    8     5  value  J
    MethodParameters:
       Name  Flags
      other  

  private boolean ensureCapacityToAdd(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.DoubleLongIndex this
        start local 1 // int extra
         0: .line 525
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iload 1 /* extra */
            iadd
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            if_icmple 4
         1: .line 526
            goto 3
         2: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.DoubleLongIndex.doubleCapacity:()V
         3: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.count:I
            iload 1 /* extra */
            iadd
            aload 0 /* this */
            getfield org.hsqldb.lib.DoubleLongIndex.capacity:I
            if_icmpgt 2
         4: .line 531
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int extra
        end local 0 // org.hsqldb.lib.DoubleLongIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/hsqldb/lib/DoubleLongIndex;
            0    5     1  extra  I
    MethodParameters:
       Name  Flags
      extra  
}
SourceFile: "DoubleLongIndex.java"