public class org.hsqldb.lib.IntKeyHashMapConcurrent extends org.hsqldb.map.BaseHashMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.lib.IntKeyHashMapConcurrent
  super_class: org.hsqldb.map.BaseHashMap
{
  org.hsqldb.lib.Set keySet;
    descriptor: Lorg/hsqldb/lib/Set;
    flags: (0x0000) 

  org.hsqldb.lib.Collection values;
    descriptor: Lorg/hsqldb/lib/Collection;
    flags: (0x0000) 

  java.util.concurrent.locks.ReentrantReadWriteLock lock;
    descriptor: Ljava/util/concurrent/locks/ReentrantReadWriteLock;
    flags: (0x0000) 

  java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock readLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
    flags: (0x0000) 

  java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock writeLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
         0: .line 56
            aload 0 /* this */
            bipush 8
            invokespecial org.hsqldb.lib.IntKeyHashMapConcurrent.<init>:(I)V
         1: .line 57
            return
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // int initialCapacity
         0: .line 61
            aload 0 /* this */
            iload 1 /* initialCapacity */
            iconst_1
         1: .line 62
            iconst_3
            iconst_0
            invokespecial org.hsqldb.map.BaseHashMap.<init>:(IIIZ)V
         2: .line 51
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            iconst_1
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:(Z)V
            putfield org.hsqldb.lib.IntKeyHashMapConcurrent.lock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
         3: .line 52
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.lock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            putfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
         4: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.lock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            putfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
         5: .line 63
            return
        end local 1 // int initialCapacity
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0    6     1  initialCapacity  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public java.util.concurrent.locks.Lock getWriteLock();
    descriptor: ()Ljava/util/concurrent/locks/Lock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
         0: .line 66
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            areturn
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // int key
         0: .line 72
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         1: .line 74
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual org.hsqldb.lib.IntKeyHashMapConcurrent.getLookup:(I)I
            istore 2 /* lookup */
        start local 2 // int lookup
         2: .line 76
            iload 2 /* lookup */
            iconst_m1
            if_icmpeq 6
         3: .line 77
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.objectValueTable:[Ljava/lang/Object;
            iload 2 /* lookup */
            aaload
            astore 4
         4: .line 82
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         5: .line 77
            aload 4
            areturn
         6: .line 82
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         7: .line 80
            aconst_null
            areturn
        end local 2 // int lookup
         8: .line 81
      StackMap locals: org.hsqldb.lib.IntKeyHashMapConcurrent int
      StackMap stack: java.lang.Throwable
            astore 3
         9: .line 82
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
        10: .line 83
            aload 3
            athrow
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0   11     1     key  I
            2    8     2  lookup  I
      Exception table:
        from    to  target  type
           0     4       8  any
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object put(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // int key
        start local 2 // java.lang.Object value
         0: .line 89
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
         1: .line 91
            aload 0 /* this */
            iload 1 /* key */
            i2l
            lconst_0
            aconst_null
            aload 2 /* value */
            iconst_0
            invokespecial org.hsqldb.map.BaseHashMap.addOrRemove:(JJLjava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object;
            astore 4
         2: .line 93
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
         3: .line 91
            aload 4
            areturn
         4: .line 92
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 93
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
         6: .line 94
            aload 3
            athrow
        end local 2 // java.lang.Object value
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0    7     1    key  I
            0    7     2  value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
       Name  Flags
      key    
      value  

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // java.lang.Object value
         0: .line 100
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         1: .line 102
            aload 0 /* this */
            aload 1 /* value */
            invokespecial org.hsqldb.map.BaseHashMap.containsValue:(Ljava/lang/Object;)Z
            istore 3
         2: .line 104
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         3: .line 102
            iload 3
            ireturn
         4: .line 103
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 104
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         6: .line 105
            aload 2
            athrow
        end local 1 // java.lang.Object value
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0    7     1  value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object remove(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // int key
         0: .line 111
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
         1: .line 113
            aload 0 /* this */
            iload 1 /* key */
            i2l
            lconst_0
            aconst_null
            aconst_null
            iconst_1
            invokespecial org.hsqldb.map.BaseHashMap.addOrRemove:(JJLjava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object;
            astore 3
         2: .line 115
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
         3: .line 113
            aload 3
            areturn
         4: .line 114
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 115
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.writeLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
         6: .line 116
            aload 2
            athrow
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0    7     1   key  I
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // int key
         0: .line 122
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         1: .line 124
            aload 0 /* this */
            iload 1 /* key */
            invokespecial org.hsqldb.map.BaseHashMap.containsKey:(I)Z
            istore 3
         2: .line 126
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         3: .line 124
            iload 3
            ireturn
         4: .line 125
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 126
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         6: .line 127
            aload 2
            athrow
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0    7     1   key  I
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      key   

  public int getOrderedMatchCount(int[]);
    descriptor: ([I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
        start local 1 // int[] array
         0: .line 132
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: .line 135
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         2: .line 137
            goto 6
         3: .line 138
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* array */
            iload 2 /* i */
            iaload
            invokespecial org.hsqldb.map.BaseHashMap.containsKey:(I)Z
            ifne 5
         4: .line 139
            goto 7
         5: .line 137
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* array */
            arraylength
            if_icmplt 3
         7: .line 143
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            istore 4
         8: .line 145
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         9: .line 143
            iload 4
            ireturn
        10: .line 144
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        11: .line 145
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.readLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
        12: .line 146
            aload 3
            athrow
        end local 2 // int i
        end local 1 // int[] array
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
            0   13     1  array  [I
            1   13     2      i  I
      Exception table:
        from    to  target  type
           1     8      10  any
    MethodParameters:
       Name  Flags
      array  

  public org.hsqldb.lib.Set keySet();
    descriptor: ()Lorg/hsqldb/lib/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
         0: .line 151
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.keySet:Lorg/hsqldb/lib/Set;
            ifnonnull 2
         1: .line 152
            aload 0 /* this */
            new org.hsqldb.lib.IntKeyHashMapConcurrent$KeySet
            dup
            aload 0 /* this */
            invokespecial org.hsqldb.lib.IntKeyHashMapConcurrent$KeySet.<init>:(Lorg/hsqldb/lib/IntKeyHashMapConcurrent;)V
            putfield org.hsqldb.lib.IntKeyHashMapConcurrent.keySet:Lorg/hsqldb/lib/Set;
         2: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.keySet:Lorg/hsqldb/lib/Set;
            areturn
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;

  public org.hsqldb.lib.Collection values();
    descriptor: ()Lorg/hsqldb/lib/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
         0: .line 160
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.values:Lorg/hsqldb/lib/Collection;
            ifnonnull 2
         1: .line 161
            aload 0 /* this */
            new org.hsqldb.lib.IntKeyHashMapConcurrent$Values
            dup
            aload 0 /* this */
            invokespecial org.hsqldb.lib.IntKeyHashMapConcurrent$Values.<init>:(Lorg/hsqldb/lib/IntKeyHashMapConcurrent;)V
            putfield org.hsqldb.lib.IntKeyHashMapConcurrent.values:Lorg/hsqldb/lib/Collection;
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyHashMapConcurrent.values:Lorg/hsqldb/lib/Collection;
            areturn
        end local 0 // org.hsqldb.lib.IntKeyHashMapConcurrent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/IntKeyHashMapConcurrent;
}
SourceFile: "IntKeyHashMapConcurrent.java"
NestMembers:
  org.hsqldb.lib.IntKeyHashMapConcurrent$KeySet  org.hsqldb.lib.IntKeyHashMapConcurrent$Values
InnerClasses:
  public ReadLock = java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock of java.util.concurrent.locks.ReentrantReadWriteLock
  public WriteLock = java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock of java.util.concurrent.locks.ReentrantReadWriteLock
  KeySet = org.hsqldb.lib.IntKeyHashMapConcurrent$KeySet of org.hsqldb.lib.IntKeyHashMapConcurrent
  Values = org.hsqldb.lib.IntKeyHashMapConcurrent$Values of org.hsqldb.lib.IntKeyHashMapConcurrent