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

  private org.hsqldb.lib.Collection values;
    descriptor: Lorg/hsqldb/lib/Collection;
    flags: (0x0002) ACC_PRIVATE

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

  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.IntKeyIntValueHashMap this
        start local 1 // int initialCapacity
         0: .line 54
            aload 0 /* this */
            iload 1 /* initialCapacity */
            iconst_1
         1: .line 55
            iconst_1
            iconst_0
            invokespecial org.hsqldb.map.BaseHashMap.<init>:(IIIZ)V
         2: .line 56
            return
        end local 1 // int initialCapacity
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
            0    3     1  initialCapacity  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
        start local 1 // int key
         0: .line 60
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.getLookup:(I)I
            istore 2 /* lookup */
        start local 2 // int lookup
         1: .line 62
            iload 2 /* lookup */
            iconst_m1
            if_icmpeq 3
         2: .line 63
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.intValueTable:[I
            iload 2 /* lookup */
            iaload
            ireturn
         3: .line 66
      StackMap locals: int
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 2 // int lookup
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
            0    4     1     key  I
            1    4     2  lookup  I
    Exceptions:
      throws java.util.NoSuchElementException
    MethodParameters:
      Name  Flags
      key   

  public int get(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
        start local 1 // int key
        start local 2 // int defaultValue
         0: .line 71
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.getLookup:(I)I
            istore 3 /* lookup */
        start local 3 // int lookup
         1: .line 73
            iload 3 /* lookup */
            iconst_m1
            if_icmpeq 3
         2: .line 74
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.intValueTable:[I
            iload 3 /* lookup */
            iaload
            ireturn
         3: .line 77
      StackMap locals: int
      StackMap stack:
            iload 2 /* defaultValue */
            ireturn
        end local 3 // int lookup
        end local 2 // int defaultValue
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
            0    4     1           key  I
            0    4     2  defaultValue  I
            1    4     3        lookup  I
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public boolean get(int, int[]);
    descriptor: (I[I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
        start local 1 // int key
        start local 2 // int[] value
         0: .line 82
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.getLookup:(I)I
            istore 3 /* lookup */
        start local 3 // int lookup
         1: .line 84
            iload 3 /* lookup */
            iconst_m1
            if_icmpeq 4
         2: .line 85
            aload 2 /* value */
            iconst_0
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.intValueTable:[I
            iload 3 /* lookup */
            iaload
            iastore
         3: .line 87
            iconst_1
            ireturn
         4: .line 90
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int lookup
        end local 2 // int[] value
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
            0    5     1     key  I
            0    5     2   value  [I
            1    5     3  lookup  I
    MethodParameters:
       Name  Flags
      key    
      value  

  public boolean put(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
        start local 1 // int key
        start local 2 // int value
         0: .line 95
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.size:()I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         1: .line 97
            aload 0 /* this */
            iload 1 /* key */
            i2l
            iload 2 /* value */
            i2l
            aconst_null
            aconst_null
            iconst_0
            invokespecial org.hsqldb.map.BaseHashMap.addOrRemove:(JJLjava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object;
            pop
         2: .line 99
            iload 3 /* oldSize */
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 3 // int oldSize
        end local 2 // int value
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
            0    4     1      key  I
            0    4     2    value  I
            1    4     3  oldSize  I
    MethodParameters:
       Name  Flags
      key    
      value  

  public boolean remove(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
        start local 1 // int key
         0: .line 104
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 106
            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;
            pop
         2: .line 108
            iload 2 /* oldSize */
            aload 0 /* this */
            invokevirtual org.hsqldb.lib.IntKeyIntValueHashMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // int key
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
            0    4     1      key  I
            1    4     2  oldSize  I
    MethodParameters:
      Name  Flags
      key   

  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.IntKeyIntValueHashMap this
         0: .line 113
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.keySet:Lorg/hsqldb/lib/Set;
            ifnonnull 2
         1: .line 114
            aload 0 /* this */
            new org.hsqldb.lib.IntKeyIntValueHashMap$KeySet
            dup
            aload 0 /* this */
            invokespecial org.hsqldb.lib.IntKeyIntValueHashMap$KeySet.<init>:(Lorg/hsqldb/lib/IntKeyIntValueHashMap;)V
            putfield org.hsqldb.lib.IntKeyIntValueHashMap.keySet:Lorg/hsqldb/lib/Set;
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.keySet:Lorg/hsqldb/lib/Set;
            areturn
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;

  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.IntKeyIntValueHashMap this
         0: .line 122
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.values:Lorg/hsqldb/lib/Collection;
            ifnonnull 2
         1: .line 123
            aload 0 /* this */
            new org.hsqldb.lib.IntKeyIntValueHashMap$Values
            dup
            aload 0 /* this */
            invokespecial org.hsqldb.lib.IntKeyIntValueHashMap$Values.<init>:(Lorg/hsqldb/lib/IntKeyIntValueHashMap;)V
            putfield org.hsqldb.lib.IntKeyIntValueHashMap.values:Lorg/hsqldb/lib/Collection;
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.lib.IntKeyIntValueHashMap.values:Lorg/hsqldb/lib/Collection;
            areturn
        end local 0 // org.hsqldb.lib.IntKeyIntValueHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hsqldb/lib/IntKeyIntValueHashMap;
}
SourceFile: "IntKeyIntValueHashMap.java"
NestMembers:
  org.hsqldb.lib.IntKeyIntValueHashMap$KeySet  org.hsqldb.lib.IntKeyIntValueHashMap$Values
InnerClasses:
  KeySet = org.hsqldb.lib.IntKeyIntValueHashMap$KeySet of org.hsqldb.lib.IntKeyIntValueHashMap
  Values = org.hsqldb.lib.IntKeyIntValueHashMap$Values of org.hsqldb.lib.IntKeyIntValueHashMap