public class com.sun.xml.internal.fastinfoset.util.CharArrayIntMap extends com.sun.xml.internal.fastinfoset.util.KeyIntMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap
  super_class: com.sun.xml.internal.fastinfoset.util.KeyIntMap
{
  private com.sun.xml.internal.fastinfoset.util.CharArrayIntMap _readOnlyMap;
    descriptor: Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
    flags: (0x0002) ACC_PRIVATE

  protected int _totalCharacterCount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] _table;
    descriptor: [Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // int initialCapacity
        start local 2 // float loadFactor
         0: .line 73
            aload 0 /* this */
            iload 1 /* initialCapacity */
            fload 2 /* loadFactor */
            invokespecial com.sun.xml.internal.fastinfoset.util.KeyIntMap.<init>:(IF)V
         1: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._capacity:I
            anewarray com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
         2: .line 76
            return
        end local 2 // float loadFactor
        end local 1 // int initialCapacity
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    3     1  initialCapacity  I
            0    3     2       loadFactor  F
    MethodParameters:
                 Name  Flags
      initialCapacity  
      loadFactor       

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // int initialCapacity
         0: .line 79
            aload 0 /* this */
            iload 1 /* initialCapacity */
            ldc 0.75
            invokespecial com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.<init>:(IF)V
         1: .line 80
            return
        end local 1 // int initialCapacity
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    2     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
         0: .line 83
            aload 0 /* this */
            bipush 16
            ldc 0.75
            invokespecial com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.<init>:(IF)V
         1: .line 84
            return
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;

  public final void clear();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
         0: .line 87
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            iload 1 /* i */
            aconst_null
            aastore
         3: .line 87
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            arraylength
            if_icmplt 2
        end local 1 // int i
         5: .line 90
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._size:I
         6: .line 91
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._totalCharacterCount:I
         7: .line 92
            return
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            1    5     1     i  I

  public final void setReadOnlyMap(com.sun.xml.internal.fastinfoset.util.KeyIntMap, boolean);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/util/KeyIntMap;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // com.sun.xml.internal.fastinfoset.util.KeyIntMap readOnlyMap
        start local 2 // boolean clear
         0: .line 95
            aload 1 /* readOnlyMap */
            instanceof com.sun.xml.internal.fastinfoset.util.CharArrayIntMap
            ifne 4
         1: .line 96
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
         2: .line 97
            ldc "message.illegalClass"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* readOnlyMap */
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         3: .line 96
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* readOnlyMap */
            checkcast com.sun.xml.internal.fastinfoset.util.CharArrayIntMap
            iload 2 /* clear */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.setReadOnlyMap:(Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;Z)V
         5: .line 101
            return
        end local 2 // boolean clear
        end local 1 // com.sun.xml.internal.fastinfoset.util.KeyIntMap readOnlyMap
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    6     1  readOnlyMap  Lcom/sun/xml/internal/fastinfoset/util/KeyIntMap;
            0    6     2        clear  Z
    MethodParameters:
             Name  Flags
      readOnlyMap  
      clear        

  public final void setReadOnlyMap(com.sun.xml.internal.fastinfoset.util.CharArrayIntMap, boolean);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap readOnlyMap
        start local 2 // boolean clear
         0: .line 104
            aload 0 /* this */
            aload 1 /* readOnlyMap */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
         1: .line 105
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            ifnull 6
         2: .line 106
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.size:()I
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMapSize:I
         3: .line 108
            iload 2 /* clear */
            ifeq 7
         4: .line 109
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.clear:()V
         5: .line 111
            goto 7
         6: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMapSize:I
         7: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean clear
        end local 1 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap readOnlyMap
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    8     1  readOnlyMap  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    8     2        clear  Z
    MethodParameters:
             Name  Flags
      readOnlyMap  
      clear        

  public final int get(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
         0: .line 124
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArray.hashCode:([CII)I
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.hashHash:(I)I
            istore 4 /* hash */
        start local 4 // int hash
         1: .line 125
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            iload 4 /* hash */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CIII)I
            ireturn
        end local 4 // int hash
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    2     1      ch  [C
            0    2     2   start  I
            0    2     3  length  I
            1    2     4    hash  I
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  

  public final int obtainIndex(char[], int, int, boolean);
    descriptor: ([CIIZ)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
        start local 4 // boolean clone
         0: .line 137
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArray.hashCode:([CII)I
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.hashHash:(I)I
            istore 5 /* hash */
        start local 5 // int hash
         1: .line 139
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            ifnull 5
         2: .line 140
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            iload 5 /* hash */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CIII)I
            istore 6 /* index */
        start local 6 // int index
         3: .line 141
            iload 6 /* index */
            iconst_m1
            if_icmpeq 5
         4: .line 142
            iload 6 /* index */
            ireturn
        end local 6 // int index
         5: .line 146
      StackMap locals: int
      StackMap stack:
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            arraylength
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.indexFor:(II)I
            istore 6 /* tableIndex */
        start local 6 // int tableIndex
         6: .line 147
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            iload 6 /* tableIndex */
            aaload
            astore 7 /* e */
        start local 7 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
         7: goto 11
         8: .line 148
      StackMap locals: int com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
      StackMap stack:
            aload 7 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._hash:I
            iload 5 /* hash */
            if_icmpne 10
            aload 7 /* e */
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry.equalsCharArray:([CII)Z
            ifeq 10
         9: .line 149
            aload 7 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._value:I
            ireturn
        10: .line 147
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._next:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            astore 7 /* e */
      StackMap locals:
      StackMap stack:
        11: aload 7 /* e */
            ifnonnull 8
        end local 7 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
        12: .line 153
            iload 4 /* clone */
            ifeq 17
        13: .line 154
            iload 3 /* length */
            newarray 5
            astore 7 /* chClone */
        start local 7 // char[] chClone
        14: .line 155
            aload 1 /* ch */
            iload 2 /* start */
            aload 7 /* chClone */
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 157
            aload 7 /* chClone */
            astore 1 /* ch */
        16: .line 158
            iconst_0
            istore 2 /* start */
        end local 7 // char[] chClone
        17: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            iload 5 /* hash */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._size:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMapSize:I
            iadd
            iload 6 /* tableIndex */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.addEntry:([CIIIII)V
        18: .line 162
            iconst_m1
            ireturn
        end local 6 // int tableIndex
        end local 5 // int hash
        end local 4 // boolean clone
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   19     1          ch  [C
            0   19     2       start  I
            0   19     3      length  I
            0   19     4       clone  Z
            1   19     5        hash  I
            3    5     6       index  I
            6   19     6  tableIndex  I
            7   12     7           e  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
           14   17     7     chClone  [C
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  
      clone   

  public final int getTotalCharacterCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
         0: .line 166
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._totalCharacterCount:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;

  private final int get(char[], int, int, int);
    descriptor: ([CIII)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
        start local 4 // int hash
         0: .line 170
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            ifnull 4
         1: .line 171
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._readOnlyMap:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            iload 4 /* hash */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.get:([CIII)I
            istore 5 /* i */
        start local 5 // int i
         2: .line 172
            iload 5 /* i */
            iconst_m1
            if_icmpeq 4
         3: .line 173
            iload 5 /* i */
            ireturn
        end local 5 // int i
         4: .line 177
      StackMap locals:
      StackMap stack:
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            arraylength
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.indexFor:(II)I
            istore 5 /* tableIndex */
        start local 5 // int tableIndex
         5: .line 178
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            iload 5 /* tableIndex */
            aaload
            astore 6 /* e */
        start local 6 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
         6: goto 10
         7: .line 179
      StackMap locals: int com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
      StackMap stack:
            aload 6 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._hash:I
            iload 4 /* hash */
            if_icmpne 9
            aload 6 /* e */
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry.equalsCharArray:([CII)Z
            ifeq 9
         8: .line 180
            aload 6 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._value:I
            ireturn
         9: .line 178
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._next:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            astore 6 /* e */
      StackMap locals:
      StackMap stack:
        10: aload 6 /* e */
            ifnonnull 7
        end local 6 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
        11: .line 184
            iconst_m1
            ireturn
        end local 5 // int tableIndex
        end local 4 // int hash
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   12     1          ch  [C
            0   12     2       start  I
            0   12     3      length  I
            0   12     4        hash  I
            2    4     5           i  I
            5   12     5  tableIndex  I
            6   11     6           e  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  
      hash    

  private final void addEntry(char[], int, int, int, int, int);
    descriptor: ([CIIIII)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=10, locals=8, args_size=7
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
        start local 4 // int hash
        start local 5 // int value
        start local 6 // int bucketIndex
         0: .line 188
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            iload 6 /* bucketIndex */
            aaload
            astore 7 /* e */
        start local 7 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
         1: .line 189
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            iload 6 /* bucketIndex */
            new com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
            dup
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            iload 4 /* hash */
            iload 5 /* value */
            aload 7 /* e */
            invokespecial com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry.<init>:([CIIIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;)V
            aastore
         2: .line 190
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._totalCharacterCount:I
            iload 3 /* length */
            iadd
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._totalCharacterCount:I
         3: .line 191
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._size:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._size:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._threshold:I
            if_icmplt 5
         4: .line 192
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            arraylength
            imul
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.resize:(I)V
         5: .line 194
      StackMap locals: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
      StackMap stack:
            return
        end local 7 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
        end local 6 // int bucketIndex
        end local 5 // int value
        end local 4 // int hash
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0    6     1           ch  [C
            0    6     2        start  I
            0    6     3       length  I
            0    6     4         hash  I
            0    6     5        value  I
            0    6     6  bucketIndex  I
            1    6     7            e  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
    MethodParameters:
             Name  Flags
      ch           
      start        
      length       
      hash         
      value        
      bucketIndex  

  private final void resize(int);
    descriptor: (I)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // int newCapacity
         0: .line 197
            aload 0 /* this */
            iload 1 /* newCapacity */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._capacity:I
         1: .line 198
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            astore 2 /* oldTable */
        start local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] oldTable
         2: .line 199
            aload 2 /* oldTable */
            arraylength
            istore 3 /* oldCapacity */
        start local 3 // int oldCapacity
         3: .line 200
            iload 3 /* oldCapacity */
            ldc 1048576
            if_icmpne 6
         4: .line 201
            aload 0 /* this */
            ldc 2147483647
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._threshold:I
         5: .line 202
            return
         6: .line 205
      StackMap locals: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._capacity:I
            anewarray com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
            astore 4 /* newTable */
        start local 4 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] newTable
         7: .line 206
            aload 0 /* this */
            aload 4 /* newTable */
            invokevirtual com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.transfer:([Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;)V
         8: .line 207
            aload 0 /* this */
            aload 4 /* newTable */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
         9: .line 208
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._capacity:I
            i2f
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._loadFactor:F
            fmul
            f2i
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._threshold:I
        10: .line 209
            return
        end local 4 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] newTable
        end local 3 // int oldCapacity
        end local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] oldTable
        end local 1 // int newCapacity
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   11     1  newCapacity  I
            2   11     2     oldTable  [Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            3   11     3  oldCapacity  I
            7   11     4     newTable  [Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
    MethodParameters:
             Name  Flags
      newCapacity  

  private final void transfer(com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[]);
    descriptor: ([Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
        start local 1 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] newTable
         0: .line 212
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap._table:[Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            astore 2 /* src */
        start local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] src
         1: .line 213
            aload 1 /* newTable */
            arraylength
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
         2: .line 214
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         3: goto 14
         4: .line 215
      StackMap locals: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] int int
      StackMap stack:
            aload 2 /* src */
            iload 4 /* j */
            aaload
            astore 5 /* e */
        start local 5 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
         5: .line 216
            aload 5 /* e */
            ifnull 13
         6: .line 217
            aload 2 /* src */
            iload 4 /* j */
            aconst_null
            aastore
         7: .line 219
      StackMap locals: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
      StackMap stack:
            aload 5 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._next:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            astore 6 /* next */
        start local 6 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry next
         8: .line 220
            aload 5 /* e */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._hash:I
            iload 3 /* newCapacity */
            invokestatic com.sun.xml.internal.fastinfoset.util.CharArrayIntMap.indexFor:(II)I
            istore 7 /* i */
        start local 7 // int i
         9: .line 221
            aload 5 /* e */
            aload 1 /* newTable */
            iload 7 /* i */
            aaload
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._next:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
        10: .line 222
            aload 1 /* newTable */
            iload 7 /* i */
            aload 5 /* e */
            aastore
        11: .line 223
            aload 6 /* next */
            astore 5 /* e */
        end local 7 // int i
        end local 6 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry next
        12: .line 224
            aload 5 /* e */
            ifnonnull 7
        end local 5 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry e
        13: .line 214
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* j */
            aload 2 /* src */
            arraylength
            if_icmplt 4
        end local 4 // int j
        15: .line 227
            return
        end local 3 // int newCapacity
        end local 2 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] src
        end local 1 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry[] newTable
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap;
            0   16     1     newTable  [Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            1   16     2          src  [Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            2   16     3  newCapacity  I
            3   15     4            j  I
            5   13     5            e  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            8   12     6         next  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            9   12     7            i  I
    MethodParameters:
          Name  Flags
      newTable  
}
SourceFile: "CharArrayIntMap.java"
NestMembers:
  com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
InnerClasses:
  Entry = com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry of com.sun.xml.internal.fastinfoset.util.CharArrayIntMap