public final class org.eclipse.jdt.internal.compiler.util.HashtableOfInt
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.util.HashtableOfInt
  super_class: java.lang.Object
{
  public int[] keyTable;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Object[] valueTable;
    descriptor: [Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  public int elementSize;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  int threshold;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
         0: .line 28
            aload 0 /* this */
            bipush 13
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfInt.<init>:(I)V
         1: .line 29
            return
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
        start local 1 // int size
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.elementSize:I
         2: .line 32
            aload 0 /* this */
            iload 1 /* size */
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.threshold:I
         3: .line 33
            iload 1 /* size */
            i2f
            ldc 1.75
            fmul
            f2i
            istore 2 /* extraRoom */
        start local 2 // int extraRoom
         4: .line 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.threshold:I
            iload 2 /* extraRoom */
            if_icmpne 6
         5: .line 35
            iinc 2 /* extraRoom */ 1
         6: .line 36
      StackMap locals: org.eclipse.jdt.internal.compiler.util.HashtableOfInt int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* extraRoom */
            newarray 10
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
         7: .line 37
            aload 0 /* this */
            iload 2 /* extraRoom */
            anewarray java.lang.Object
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
         8: .line 38
            return
        end local 2 // int extraRoom
        end local 1 // int size
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            0    9     1       size  I
            4    9     2  extraRoom  I
    MethodParameters:
      Name  Flags
      size  

  public boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
        start local 1 // int key
         0: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: iload 1 /* key */
            iload 2 /* length */
            irem
            istore 3 /* index */
        start local 3 // int index
         2: .line 42
            goto 7
        start local 4 // int currentKey
         3: .line 43
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* currentKey */
            iload 1 /* key */
            if_icmpne 5
         4: .line 44
            iconst_1
            ireturn
         5: .line 45
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
            iload 3 /* index */
            iload 2 /* length */
            if_icmpne 7
         6: .line 46
            iconst_0
            istore 3 /* index */
        end local 4 // int currentKey
         7: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            iload 3 /* index */
            iaload
            dup
            istore 4 /* currentKey */
        start local 4 // int currentKey
         8: ifne 3
         9: .line 49
            iconst_0
            ireturn
        end local 4 // int currentKey
        end local 3 // int index
        end local 2 // int length
        end local 1 // int key
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            0   10     1         key  I
            1   10     2      length  I
            2   10     3       index  I
            3    7     4  currentKey  I
            8   10     4  currentKey  I
    MethodParameters:
      Name  Flags
      key   

  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.eclipse.jdt.internal.compiler.util.HashtableOfInt this
        start local 1 // int key
         0: .line 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: iload 1 /* key */
            iload 2 /* length */
            irem
            istore 3 /* index */
        start local 3 // int index
         2: .line 54
            goto 6
        start local 4 // int currentKey
         3: .line 55
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* currentKey */
            iload 1 /* key */
            if_icmpne 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            iload 3 /* index */
            aaload
            areturn
         4: .line 56
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
            iload 3 /* index */
            iload 2 /* length */
            if_icmpne 6
         5: .line 57
            iconst_0
            istore 3 /* index */
        end local 4 // int currentKey
         6: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            iload 3 /* index */
            iaload
            dup
            istore 4 /* currentKey */
        start local 4 // int currentKey
         7: ifne 3
         8: .line 60
            aconst_null
            areturn
        end local 4 // int currentKey
        end local 3 // int index
        end local 2 // int length
        end local 1 // int key
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            0    9     1         key  I
            1    9     2      length  I
            2    9     3       index  I
            3    6     4  currentKey  I
            7    9     4  currentKey  I
    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=4, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
        start local 1 // int key
        start local 2 // java.lang.Object value
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            arraylength
            istore 3 /* length */
        start local 3 // int length
         1: iload 1 /* key */
            iload 3 /* length */
            irem
            istore 4 /* index */
        start local 4 // int index
         2: .line 65
            goto 6
        start local 5 // int currentKey
         3: .line 66
      StackMap locals: int int int
      StackMap stack:
            iload 5 /* currentKey */
            iload 1 /* key */
            if_icmpne 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            iload 4 /* index */
            aload 2 /* value */
            dup_x2
            aastore
            areturn
         4: .line 67
      StackMap locals:
      StackMap stack:
            iinc 4 /* index */ 1
            iload 4 /* index */
            iload 3 /* length */
            if_icmpne 6
         5: .line 68
            iconst_0
            istore 4 /* index */
        end local 5 // int currentKey
         6: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            iload 4 /* index */
            iaload
            dup
            istore 5 /* currentKey */
        start local 5 // int currentKey
         7: ifne 3
         8: .line 71
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            iload 4 /* index */
            iload 1 /* key */
            iastore
         9: .line 72
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            iload 4 /* index */
            aload 2 /* value */
            aastore
        10: .line 75
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.elementSize:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.elementSize:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.threshold:I
            if_icmple 12
        11: .line 76
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfInt.rehash:()V
        12: .line 77
      StackMap locals: int
      StackMap stack:
            aload 2 /* value */
            areturn
        end local 5 // int currentKey
        end local 4 // int index
        end local 3 // int length
        end local 2 // java.lang.Object value
        end local 1 // int key
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            0   13     1         key  I
            0   13     2       value  Ljava/lang/Object;
            1   13     3      length  I
            2   13     4       index  I
            3    6     5  currentKey  I
            7   13     5  currentKey  I
    MethodParameters:
       Name  Flags
      key    
      value  

  private void rehash();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
         0: .line 80
            new org.eclipse.jdt.internal.compiler.util.HashtableOfInt
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.elementSize:I
            iconst_2
            imul
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfInt.<init>:(I)V
            astore 1 /* newHashtable */
        start local 1 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt newHashtable
         1: .line 82
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            arraylength
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 83
      StackMap locals: org.eclipse.jdt.internal.compiler.util.HashtableOfInt org.eclipse.jdt.internal.compiler.util.HashtableOfInt top int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            iload 3 /* i */
            iaload
            dup
            istore 2 /* currentKey */
        start local 2 // int currentKey
         4: ifeq 6
         5: .line 84
            aload 1 /* newHashtable */
            iload 2 /* currentKey */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfInt.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // int currentKey
         6: .line 82
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
            iload 3 /* i */
            ifge 3
        end local 3 // int i
         7: .line 86
            aload 0 /* this */
            aload 1 /* newHashtable */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
         8: .line 87
            aload 0 /* this */
            aload 1 /* newHashtable */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
         9: .line 88
            aload 0 /* this */
            aload 1 /* newHashtable */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.threshold:I
            putfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.threshold:I
        10: .line 89
            return
        end local 1 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt newHashtable
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            1   11     1  newHashtable  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            4    6     2    currentKey  I
            2    7     3             i  I

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
         0: .line 91
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.elementSize:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
         0: .line 95
            ldc ""
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 97
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         3: goto 8
         4: .line 98
      StackMap locals: org.eclipse.jdt.internal.compiler.util.HashtableOfInt java.lang.String top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.valueTable:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            dup
            astore 2 /* object */
        start local 2 // java.lang.Object object
         5: ifnull 7
         6: .line 99
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.util.HashtableOfInt.keyTable:[I
            iload 3 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " -> "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* object */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
         7: .line 97
      StackMap locals: org.eclipse.jdt.internal.compiler.util.HashtableOfInt java.lang.String java.lang.Object int int
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // java.lang.Object object
      StackMap locals: org.eclipse.jdt.internal.compiler.util.HashtableOfInt java.lang.String top int int
      StackMap stack:
         8: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 4
        end local 4 // int length
        end local 3 // int i
         9: .line 100
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jdt.internal.compiler.util.HashtableOfInt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfInt;
            1   10     1       s  Ljava/lang/String;
            5    8     2  object  Ljava/lang/Object;
            2    9     3       i  I
            3    9     4  length  I
}
SourceFile: "HashtableOfInt.java"