public class com.sun.org.apache.xml.internal.utils.StringToIntTable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.utils.StringToIntTable
  super_class: java.lang.Object
{
  public static final int INVALID_KEY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -10000

  private int m_blocksize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] m_map;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int[] m_values;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int m_firstFree;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m_mapSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
         2: .line 58
            aload 0 /* this */
            bipush 8
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
         3: .line 59
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
         4: .line 60
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
            anewarray java.lang.String
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
         5: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
            newarray 10
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
         6: .line 62
            return
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
        start local 1 // int blocksize
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
         2: .line 72
            aload 0 /* this */
            iload 1 /* blocksize */
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
         3: .line 73
            aload 0 /* this */
            iload 1 /* blocksize */
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
         4: .line 74
            aload 0 /* this */
            iload 1 /* blocksize */
            anewarray java.lang.String
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
         5: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
            newarray 10
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
         6: .line 76
            return
        end local 1 // int blocksize
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;
            0    7     1  blocksize  I
    MethodParameters:
           Name  Flags
      blocksize  

  public final int getLength();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;

  public final void put(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
        start local 1 // java.lang.String key
        start local 2 // int value
         0: .line 97
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
            if_icmplt 8
         1: .line 99
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_blocksize:I
            iadd
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
         2: .line 101
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
            anewarray java.lang.String
            astore 3 /* newMap */
        start local 3 // java.lang.String[] newMap
         3: .line 103
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
            iconst_0
            aload 3 /* newMap */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 105
            aload 0 /* this */
            aload 3 /* newMap */
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
         5: .line 107
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_mapSize:I
            newarray 10
            astore 4 /* newValues */
        start local 4 // int[] newValues
         6: .line 109
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
            iconst_0
            aload 4 /* newValues */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 111
            aload 0 /* this */
            aload 4 /* newValues */
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
        end local 4 // int[] newValues
        end local 3 // java.lang.String[] newMap
         8: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            aload 1 /* key */
            aastore
         9: .line 115
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            iload 2 /* value */
            iastore
        10: .line 117
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
        11: .line 118
            return
        end local 2 // int value
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;
            0   12     1        key  Ljava/lang/String;
            0   12     2      value  I
            3    8     3     newMap  [Ljava/lang/String;
            6    8     4  newValues  [I
    MethodParameters:
       Name  Flags
      key    
      value  

  public final int get(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
        start local 1 // java.lang.String key
         0: .line 131
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 133
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
            iload 2 /* i */
            aaload
            aload 1 /* key */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 134
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
            iload 2 /* i */
            iaload
            ireturn
         4: .line 131
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            if_icmplt 2
        end local 2 // int i
         6: .line 137
            sipush -10000
            ireturn
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;
            0    7     1   key  Ljava/lang/String;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      key   

  public final int getIgnoreCase(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
        start local 1 // java.lang.String key
         0: .line 150
            aload 1 /* key */
            ifnonnull 2
         1: .line 151
            sipush -10000
            ireturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 155
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
            iload 2 /* i */
            aaload
            aload 1 /* key */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 156
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_values:[I
            iload 2 /* i */
            iaload
            ireturn
         6: .line 153
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            if_icmplt 4
        end local 2 // int i
         8: .line 159
            sipush -10000
            ireturn
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;
            0    9     1   key  Ljava/lang/String;
            3    8     2     i  I
    MethodParameters:
      Name  Flags
      key   

  public final boolean contains(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
        start local 1 // java.lang.String key
         0: .line 172
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 174
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
            iload 2 /* i */
            aaload
            aload 1 /* key */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 175
            iconst_1
            ireturn
         4: .line 172
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            if_icmplt 2
        end local 2 // int i
         6: .line 178
            iconst_0
            ireturn
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;
            0    7     1   key  Ljava/lang/String;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      key   

  public final java.lang.String[] keys();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
         0: .line 188
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            anewarray java.lang.String
            astore 1 /* keysArr */
        start local 1 // java.lang.String[] keysArr
         1: .line 190
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 192
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* keysArr */
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_map:[Ljava/lang/String;
            iload 2 /* i */
            aaload
            aastore
         4: .line 190
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.StringToIntTable.m_firstFree:I
            if_icmplt 3
        end local 2 // int i
         6: .line 195
            aload 1 /* keysArr */
            areturn
        end local 1 // java.lang.String[] keysArr
        end local 0 // com.sun.org.apache.xml.internal.utils.StringToIntTable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/org/apache/xml/internal/utils/StringToIntTable;
            1    7     1  keysArr  [Ljava/lang/String;
            2    6     2        i  I
}
SourceFile: "StringToIntTable.java"