public final class org.jcodings.util.IntArrayHash<V> extends org.jcodings.util.Hash<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jcodings.util.IntArrayHash
  super_class: org.jcodings.util.Hash
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jcodings.util.IntArrayHash this
         0: .line 25
            aload 0 /* this */
            invokespecial org.jcodings.util.Hash.<init>:()V
         1: .line 26
            return
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/util/IntArrayHash<TV;>;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jcodings.util.IntArrayHash this
        start local 1 // int size
         0: .line 29
            aload 0 /* this */
            iload 1 /* size */
            invokespecial org.jcodings.util.Hash.<init>:(I)V
         1: .line 30
            return
        end local 1 // int size
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/util/IntArrayHash<TV;>;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  protected void init();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jcodings.util.IntArrayHash this
         0: .line 33
            aload 0 /* this */
            new org.jcodings.util.IntArrayHash$IntArrayHashEntry
            dup
            invokespecial org.jcodings.util.IntArrayHash$IntArrayHashEntry.<init>:()V
            putfield org.jcodings.util.IntArrayHash.head:Lorg/jcodings/util/Hash$HashEntry;
         1: .line 34
            return
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/util/IntArrayHash<TV;>;

  private int hashCode(int[]);
    descriptor: ([I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jcodings.util.IntArrayHash this
        start local 1 // int[] key
         0: .line 65
            aload 1 /* key */
            arraylength
            tableswitch { // 1 - 4
                    1: 1
                    2: 2
                    3: 3
                    4: 4
              default: 5
          }
         1: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iconst_0
            iaload
            ireturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iconst_0
            iaload
            aload 1 /* key */
            iconst_1
            iaload
            iadd
            ireturn
         3: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iconst_0
            iaload
            aload 1 /* key */
            iconst_1
            iaload
            iadd
            aload 1 /* key */
            iconst_2
            iaload
            iadd
            ireturn
         4: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iconst_0
            iaload
            aload 1 /* key */
            iconst_1
            iaload
            iadd
            aload 1 /* key */
            iconst_2
            iaload
            iadd
            aload 1 /* key */
            iconst_3
            iaload
            iadd
            ireturn
         5: .line 71
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* h */
        start local 2 // int h
         6: .line 72
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 9
      StackMap locals: int int
      StackMap stack:
         8: iload 2 /* h */
            aload 1 /* key */
            iload 3 /* i */
            iaload
            iadd
            istore 2 /* h */
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 1 /* key */
            arraylength
            if_icmplt 8
        end local 3 // int i
        10: .line 73
            iload 2 /* h */
            ireturn
        end local 2 // int h
        end local 1 // int[] key
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jcodings/util/IntArrayHash<TV;>;
            0   11     1   key  [I
            6   11     2     h  I
            7   10     3     i  I
    MethodParameters:
      Name  Flags
      key   

  public V put(int[], );
    descriptor: ([ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=3
        start local 0 // org.jcodings.util.IntArrayHash this
        start local 1 // int[] key
        start local 2 // java.lang.Object value
         0: .line 78
            aload 0 /* this */
            invokevirtual org.jcodings.util.IntArrayHash.checkResize:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash.hashCode:([I)I
            invokestatic org.jcodings.util.IntArrayHash.hashValue:(I)I
            istore 3 /* hash */
        start local 3 // int hash
         2: .line 80
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            arraylength
            invokestatic org.jcodings.util.IntArrayHash.bucketIndex:(II)I
            istore 4 /* i */
        start local 4 // int i
         3: .line 82
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 4 /* i */
            aaload
            checkcast org.jcodings.util.IntArrayHash$IntArrayHashEntry
            astore 5 /* entry */
        start local 5 // org.jcodings.util.IntArrayHash$IntArrayHashEntry entry
         4: goto 9
         5: .line 83
      StackMap locals: int int org.jcodings.util.IntArrayHash$IntArrayHashEntry
      StackMap stack:
            aload 5 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.hash:I
            iload 3 /* hash */
            if_icmpne 8
            aload 5 /* entry */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash$IntArrayHashEntry.equals:([I)Z
            ifeq 8
         6: .line 84
            aload 5 /* entry */
            aload 2 /* value */
            putfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.value:Ljava/lang/Object;
         7: .line 85
            aload 2 /* value */
            areturn
         8: .line 82
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            checkcast org.jcodings.util.IntArrayHash$IntArrayHashEntry
            astore 5 /* entry */
      StackMap locals:
      StackMap stack:
         9: aload 5 /* entry */
            ifnonnull 5
        end local 5 // org.jcodings.util.IntArrayHash$IntArrayHashEntry entry
        10: .line 89
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 4 /* i */
            new org.jcodings.util.IntArrayHash$IntArrayHashEntry
            dup
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 4 /* i */
            aaload
            aload 2 /* value */
            aload 1 /* key */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.head:Lorg/jcodings/util/Hash$HashEntry;
            invokespecial org.jcodings.util.IntArrayHash$IntArrayHashEntry.<init>:(ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;[ILorg/jcodings/util/Hash$HashEntry;)V
            aastore
        11: .line 90
            aload 0 /* this */
            dup
            getfield org.jcodings.util.IntArrayHash.size:I
            iconst_1
            iadd
            putfield org.jcodings.util.IntArrayHash.size:I
        12: .line 91
            aconst_null
            areturn
        end local 4 // int i
        end local 3 // int hash
        end local 2 // java.lang.Object value
        end local 1 // int[] key
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/jcodings/util/IntArrayHash<TV;>;
            0   13     1    key  [I
            0   13     2  value  TV;
            2   13     3   hash  I
            3   13     4      i  I
            4   10     5  entry  Lorg/jcodings/util/IntArrayHash$IntArrayHashEntry<TV;>;
    Signature: ([ITV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putDirect(int[], );
    descriptor: ([ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // org.jcodings.util.IntArrayHash this
        start local 1 // int[] key
        start local 2 // java.lang.Object value
         0: .line 95
            aload 0 /* this */
            invokevirtual org.jcodings.util.IntArrayHash.checkResize:()V
         1: .line 96
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash.hashCode:([I)I
            invokestatic org.jcodings.util.IntArrayHash.hashValue:(I)I
            istore 3 /* hash */
        start local 3 // int hash
         2: .line 97
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            arraylength
            invokestatic org.jcodings.util.IntArrayHash.bucketIndex:(II)I
            istore 4 /* i */
        start local 4 // int i
         3: .line 98
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 4 /* i */
            new org.jcodings.util.IntArrayHash$IntArrayHashEntry
            dup
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 4 /* i */
            aaload
            aload 2 /* value */
            aload 1 /* key */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.head:Lorg/jcodings/util/Hash$HashEntry;
            invokespecial org.jcodings.util.IntArrayHash$IntArrayHashEntry.<init>:(ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;[ILorg/jcodings/util/Hash$HashEntry;)V
            aastore
         4: .line 99
            aload 0 /* this */
            dup
            getfield org.jcodings.util.IntArrayHash.size:I
            iconst_1
            iadd
            putfield org.jcodings.util.IntArrayHash.size:I
         5: .line 100
            return
        end local 4 // int i
        end local 3 // int hash
        end local 2 // java.lang.Object value
        end local 1 // int[] key
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/jcodings/util/IntArrayHash<TV;>;
            0    6     1    key  [I
            0    6     2  value  TV;
            2    6     3   hash  I
            3    6     4      i  I
    Signature: ([ITV;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public V get();
    descriptor: ([I)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jcodings.util.IntArrayHash this
        start local 1 // int[] key
         0: .line 104
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash.hashCode:([I)I
            invokestatic org.jcodings.util.IntArrayHash.hashValue:(I)I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 105
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 2 /* hash */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            arraylength
            invokestatic org.jcodings.util.IntArrayHash.bucketIndex:(II)I
            aaload
            checkcast org.jcodings.util.IntArrayHash$IntArrayHashEntry
            astore 3 /* entry */
        start local 3 // org.jcodings.util.IntArrayHash$IntArrayHashEntry entry
         2: goto 5
         3: .line 106
      StackMap locals: int org.jcodings.util.IntArrayHash$IntArrayHashEntry
      StackMap stack:
            aload 3 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 3 /* entry */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash$IntArrayHashEntry.equals:([I)Z
            ifeq 4
            aload 3 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.value:Ljava/lang/Object;
            areturn
         4: .line 105
      StackMap locals:
      StackMap stack:
            aload 3 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            checkcast org.jcodings.util.IntArrayHash$IntArrayHashEntry
            astore 3 /* entry */
      StackMap locals:
      StackMap stack:
         5: aload 3 /* entry */
            ifnonnull 3
        end local 3 // org.jcodings.util.IntArrayHash$IntArrayHashEntry entry
         6: .line 108
            aconst_null
            areturn
        end local 2 // int hash
        end local 1 // int[] key
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/jcodings/util/IntArrayHash<TV;>;
            0    7     1    key  [I
            1    7     2   hash  I
            2    6     3  entry  Lorg/jcodings/util/IntArrayHash$IntArrayHashEntry<TV;>;
    Signature: ([I)TV;
    MethodParameters:
      Name  Flags
      key   

  public V delete();
    descriptor: ([I)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.jcodings.util.IntArrayHash this
        start local 1 // int[] key
         0: .line 112
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash.hashCode:([I)I
            invokestatic org.jcodings.util.IntArrayHash.hashValue:(I)I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 113
            iload 2 /* hash */
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            arraylength
            invokestatic org.jcodings.util.IntArrayHash.bucketIndex:(II)I
            istore 3 /* i */
        start local 3 // int i
         2: .line 115
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 3 /* i */
            aaload
            checkcast org.jcodings.util.IntArrayHash$IntArrayHashEntry
            astore 4 /* entry */
        start local 4 // org.jcodings.util.IntArrayHash$IntArrayHashEntry entry
         3: .line 117
            aload 4 /* entry */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 119
      StackMap locals: int int org.jcodings.util.IntArrayHash$IntArrayHashEntry
      StackMap stack:
            aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 16
            aload 4 /* entry */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash$IntArrayHashEntry.equals:([I)Z
            ifeq 16
         5: .line 120
            aload 0 /* this */
            getfield org.jcodings.util.IntArrayHash.table:[Lorg/jcodings/util/Hash$HashEntry;
            iload 3 /* i */
            aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            aastore
         6: .line 121
            aload 0 /* this */
            dup
            getfield org.jcodings.util.IntArrayHash.size:I
            iconst_1
            isub
            putfield org.jcodings.util.IntArrayHash.size:I
         7: .line 122
            aload 4 /* entry */
            invokevirtual org.jcodings.util.IntArrayHash$IntArrayHashEntry.remove:()V
         8: .line 123
            aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.value:Ljava/lang/Object;
            areturn
         9: .line 127
      StackMap locals:
      StackMap stack:
            aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            astore 5 /* tmp */
        start local 5 // org.jcodings.util.Hash$HashEntry tmp
        10: .line 128
            aload 5 /* tmp */
            getfield org.jcodings.util.Hash$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 15
            aload 4 /* entry */
            aload 1 /* key */
            invokevirtual org.jcodings.util.IntArrayHash$IntArrayHashEntry.equals:([I)Z
            ifeq 15
        11: .line 129
            aload 4 /* entry */
            aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            getfield org.jcodings.util.Hash$HashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            putfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
        12: .line 130
            aload 0 /* this */
            dup
            getfield org.jcodings.util.IntArrayHash.size:I
            iconst_1
            isub
            putfield org.jcodings.util.IntArrayHash.size:I
        13: .line 131
            aload 5 /* tmp */
            invokevirtual org.jcodings.util.Hash$HashEntry.remove:()V
        14: .line 132
            aload 5 /* tmp */
            getfield org.jcodings.util.Hash$HashEntry.value:Ljava/lang/Object;
            areturn
        end local 5 // org.jcodings.util.Hash$HashEntry tmp
        15: .line 126
      StackMap locals:
      StackMap stack:
            aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            checkcast org.jcodings.util.IntArrayHash$IntArrayHashEntry
            astore 4 /* entry */
      StackMap locals:
      StackMap stack:
        16: aload 4 /* entry */
            getfield org.jcodings.util.IntArrayHash$IntArrayHashEntry.next:Lorg/jcodings/util/Hash$HashEntry;
            ifnonnull 9
        17: .line 135
            aconst_null
            areturn
        end local 4 // org.jcodings.util.IntArrayHash$IntArrayHashEntry entry
        end local 3 // int i
        end local 2 // int hash
        end local 1 // int[] key
        end local 0 // org.jcodings.util.IntArrayHash this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/jcodings/util/IntArrayHash<TV;>;
            0   18     1    key  [I
            1   18     2   hash  I
            2   18     3      i  I
            3   18     4  entry  Lorg/jcodings/util/IntArrayHash$IntArrayHashEntry<TV;>;
           10   15     5    tmp  Lorg/jcodings/util/Hash$HashEntry<TV;>;
    Signature: ([I)TV;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <V:Ljava/lang/Object;>Lorg/jcodings/util/Hash<TV;>;
SourceFile: "IntArrayHash.java"
NestMembers:
  org.jcodings.util.IntArrayHash$IntArrayHashEntry
InnerClasses:
  public HashEntry = org.jcodings.util.Hash$HashEntry of org.jcodings.util.Hash
  public final IntArrayHashEntry = org.jcodings.util.IntArrayHash$IntArrayHashEntry of org.jcodings.util.IntArrayHash