final class java.text.MergeCollation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.text.MergeCollation
  super_class: java.lang.Object
{
  java.util.ArrayList<java.text.PatternEntry> patterns;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0000) 
    Signature: Ljava/util/ArrayList<Ljava/text/PatternEntry;>;

  private transient java.text.PatternEntry saveEntry;
    descriptor: Ljava/text/PatternEntry;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.text.PatternEntry lastEntry;
    descriptor: Ljava/text/PatternEntry;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.lang.StringBuffer excess;
    descriptor: Ljava/lang/StringBuffer;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient byte[] statusArray;
    descriptor: [B
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private final byte BITARRAYMASK;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 1

  private final int BYTEPOWER;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 3

  private final int BYTEMASK;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 7

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // java.lang.String pattern
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 207
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
         2: .line 209
            aload 0 /* this */
            aconst_null
            putfield java.text.MergeCollation.saveEntry:Ljava/text/PatternEntry;
         3: .line 210
            aload 0 /* this */
            aconst_null
            putfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
         4: .line 214
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield java.text.MergeCollation.excess:Ljava/lang/StringBuffer;
         5: .line 224
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield java.text.MergeCollation.statusArray:[B
         6: .line 225
            aload 0 /* this */
            iconst_1
            putfield java.text.MergeCollation.BITARRAYMASK:B
         7: .line 226
            aload 0 /* this */
            iconst_3
            putfield java.text.MergeCollation.BYTEPOWER:I
         8: .line 227
            aload 0 /* this */
            bipush 7
            putfield java.text.MergeCollation.BYTEMASK:I
         9: .line 71
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        10: goto 13
        11: .line 72
      StackMap locals: java.text.MergeCollation java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.statusArray:[B
            iload 2 /* i */
            iconst_0
            bastore
        12: .line 71
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            aload 0 /* this */
            getfield java.text.MergeCollation.statusArray:[B
            arraylength
            if_icmplt 11
        end local 2 // int i
        14: .line 73
            aload 0 /* this */
            aload 1 /* pattern */
            invokevirtual java.text.MergeCollation.setPattern:(Ljava/lang/String;)V
        15: .line 74
            return
        end local 1 // java.lang.String pattern
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljava/text/MergeCollation;
            0   16     1  pattern  Ljava/lang/String;
           10   14     2        i  I
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
         Name  Flags
      pattern  

  public java.lang.String getPattern();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.MergeCollation this
         0: .line 80
            aload 0 /* this */
            iconst_1
            invokevirtual java.text.MergeCollation.getPattern:(Z)Ljava/lang/String;
            areturn
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/MergeCollation;

  public java.lang.String getPattern(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // boolean withWhiteSpace
         0: .line 89
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* result */
        start local 2 // java.lang.StringBuffer result
         1: .line 90
            aconst_null
            astore 3 /* tmp */
        start local 3 // java.text.PatternEntry tmp
         2: .line 91
            aconst_null
            astore 4 /* extList */
        start local 4 // java.util.ArrayList extList
         3: .line 93
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 22
         5: .line 94
      StackMap locals: java.text.MergeCollation int java.lang.StringBuffer java.text.PatternEntry java.util.ArrayList int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 5 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            astore 6 /* entry */
        start local 6 // java.text.PatternEntry entry
         6: .line 95
            aload 6 /* entry */
            getfield java.text.PatternEntry.extension:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 11
         7: .line 96
            aload 4 /* extList */
            ifnonnull 9
         8: .line 97
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* extList */
         9: .line 98
      StackMap locals: java.text.PatternEntry
      StackMap stack:
            aload 4 /* extList */
            aload 6 /* entry */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        10: .line 99
            goto 21
        11: .line 100
      StackMap locals:
      StackMap stack:
            aload 4 /* extList */
            ifnull 20
        12: .line 101
            aload 0 /* this */
            iload 5 /* i */
            iconst_1
            isub
            invokevirtual java.text.MergeCollation.findLastWithNoExtension:(I)Ljava/text/PatternEntry;
            astore 7 /* last */
        start local 7 // java.text.PatternEntry last
        13: .line 102
            aload 4 /* extList */
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 8 /* j */
        start local 8 // int j
        14: goto 18
        15: .line 103
      StackMap locals: java.text.PatternEntry int
      StackMap stack:
            aload 4 /* extList */
            iload 8 /* j */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            astore 3 /* tmp */
        16: .line 104
            aload 3 /* tmp */
            aload 2 /* result */
            iconst_0
            iload 1 /* withWhiteSpace */
            aload 7 /* last */
            invokevirtual java.text.PatternEntry.addToBuffer:(Ljava/lang/StringBuffer;ZZLjava/text/PatternEntry;)V
        17: .line 102
            iinc 8 /* j */ -1
      StackMap locals:
      StackMap stack:
        18: iload 8 /* j */
            ifge 15
        end local 8 // int j
        19: .line 106
            aconst_null
            astore 4 /* extList */
        end local 7 // java.text.PatternEntry last
        20: .line 108
      StackMap locals:
      StackMap stack:
            aload 6 /* entry */
            aload 2 /* result */
            iconst_0
            iload 1 /* withWhiteSpace */
            aconst_null
            invokevirtual java.text.PatternEntry.addToBuffer:(Ljava/lang/StringBuffer;ZZLjava/text/PatternEntry;)V
        end local 6 // java.text.PatternEntry entry
        21: .line 93
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 5 /* i */
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 5
        23: .line 111
            aload 4 /* extList */
            ifnull 32
        24: .line 112
            aload 0 /* this */
            iload 5 /* i */
            iconst_1
            isub
            invokevirtual java.text.MergeCollation.findLastWithNoExtension:(I)Ljava/text/PatternEntry;
            astore 6 /* last */
        start local 6 // java.text.PatternEntry last
        25: .line 113
            aload 4 /* extList */
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 7 /* j */
        start local 7 // int j
        26: goto 30
        27: .line 114
      StackMap locals: java.text.PatternEntry int
      StackMap stack:
            aload 4 /* extList */
            iload 7 /* j */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            astore 3 /* tmp */
        28: .line 115
            aload 3 /* tmp */
            aload 2 /* result */
            iconst_0
            iload 1 /* withWhiteSpace */
            aload 6 /* last */
            invokevirtual java.text.PatternEntry.addToBuffer:(Ljava/lang/StringBuffer;ZZLjava/text/PatternEntry;)V
        29: .line 113
            iinc 7 /* j */ -1
      StackMap locals:
      StackMap stack:
        30: iload 7 /* j */
            ifge 27
        end local 7 // int j
        31: .line 117
            aconst_null
            astore 4 /* extList */
        end local 6 // java.text.PatternEntry last
        32: .line 119
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 5 // int i
        end local 4 // java.util.ArrayList extList
        end local 3 // java.text.PatternEntry tmp
        end local 2 // java.lang.StringBuffer result
        end local 1 // boolean withWhiteSpace
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   33     0            this  Ljava/text/MergeCollation;
            0   33     1  withWhiteSpace  Z
            1   33     2          result  Ljava/lang/StringBuffer;
            2   33     3             tmp  Ljava/text/PatternEntry;
            3   33     4         extList  Ljava/util/ArrayList<Ljava/text/PatternEntry;>;
            4   33     5               i  I
            6   21     6           entry  Ljava/text/PatternEntry;
           13   20     7            last  Ljava/text/PatternEntry;
           14   19     8               j  I
           25   32     6            last  Ljava/text/PatternEntry;
           26   31     7               j  I
    MethodParameters:
                Name  Flags
      withWhiteSpace  

  private final java.text.PatternEntry findLastWithNoExtension(int);
    descriptor: (I)Ljava/text/PatternEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // int i
         0: .line 123
            iinc 1 /* i */ -1
            goto 5
         1: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 1 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            astore 2 /* entry */
        start local 2 // java.text.PatternEntry entry
         2: .line 125
            aload 2 /* entry */
            getfield java.text.PatternEntry.extension:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 4
         3: .line 126
            aload 2 /* entry */
            areturn
        end local 2 // java.text.PatternEntry entry
         4: .line 123
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            ifge 1
         6: .line 129
            aconst_null
            areturn
        end local 1 // int i
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljava/text/MergeCollation;
            0    7     1      i  I
            2    4     2  entry  Ljava/text/PatternEntry;
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String emitPattern();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.text.MergeCollation this
         0: .line 138
            aload 0 /* this */
            iconst_1
            invokevirtual java.text.MergeCollation.emitPattern:(Z)Ljava/lang/String;
            areturn
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/MergeCollation;

  public java.lang.String emitPattern(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // boolean withWhiteSpace
         0: .line 149
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* result */
        start local 2 // java.lang.StringBuffer result
         1: .line 150
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 152
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            astore 4 /* entry */
        start local 4 // java.text.PatternEntry entry
         4: .line 153
            aload 4 /* entry */
            ifnull 6
         5: .line 154
            aload 4 /* entry */
            aload 2 /* result */
            iconst_1
            iload 1 /* withWhiteSpace */
            aconst_null
            invokevirtual java.text.PatternEntry.addToBuffer:(Ljava/lang/StringBuffer;ZZLjava/text/PatternEntry;)V
        end local 4 // java.text.PatternEntry entry
         6: .line 150
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 157
            aload 2 /* result */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer result
        end local 1 // boolean withWhiteSpace
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Ljava/text/MergeCollation;
            0    9     1  withWhiteSpace  Z
            1    9     2          result  Ljava/lang/StringBuffer;
            2    8     3               i  I
            4    6     4           entry  Ljava/text/PatternEntry;
    MethodParameters:
                Name  Flags
      withWhiteSpace  

  public void setPattern(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // java.lang.String pattern
         0: .line 165
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         1: .line 166
            aload 0 /* this */
            aload 1 /* pattern */
            invokevirtual java.text.MergeCollation.addPattern:(Ljava/lang/String;)V
         2: .line 167
            return
        end local 1 // java.lang.String pattern
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljava/text/MergeCollation;
            0    3     1  pattern  Ljava/lang/String;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
         Name  Flags
      pattern  

  public void addPattern(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // java.lang.String pattern
         0: .line 175
            aload 1 /* pattern */
            ifnonnull 2
         1: .line 176
            return
         2: .line 178
      StackMap locals:
      StackMap stack:
            new java.text.PatternEntry$Parser
            dup
            aload 1 /* pattern */
            invokespecial java.text.PatternEntry$Parser.<init>:(Ljava/lang/String;)V
            astore 2 /* parser */
        start local 2 // java.text.PatternEntry$Parser parser
         3: .line 180
            aload 2 /* parser */
            invokevirtual java.text.PatternEntry$Parser.next:()Ljava/text/PatternEntry;
            astore 3 /* entry */
        start local 3 // java.text.PatternEntry entry
         4: .line 181
            goto 7
         5: .line 182
      StackMap locals: java.text.PatternEntry$Parser java.text.PatternEntry
      StackMap stack:
            aload 0 /* this */
            aload 3 /* entry */
            invokevirtual java.text.MergeCollation.fixEntry:(Ljava/text/PatternEntry;)V
         6: .line 183
            aload 2 /* parser */
            invokevirtual java.text.PatternEntry$Parser.next:()Ljava/text/PatternEntry;
            astore 3 /* entry */
         7: .line 181
      StackMap locals:
      StackMap stack:
            aload 3 /* entry */
            ifnonnull 5
         8: .line 185
            return
        end local 3 // java.text.PatternEntry entry
        end local 2 // java.text.PatternEntry$Parser parser
        end local 1 // java.lang.String pattern
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljava/text/MergeCollation;
            0    9     1  pattern  Ljava/lang/String;
            3    9     2   parser  Ljava/text/PatternEntry$Parser;
            4    9     3    entry  Ljava/text/PatternEntry;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
         Name  Flags
      pattern  

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.MergeCollation this
         0: .line 192
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ireturn
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/MergeCollation;

  public java.text.PatternEntry getItemAt(int);
    descriptor: (I)Ljava/text/PatternEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // int index
         0: .line 201
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 1 /* index */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            areturn
        end local 1 // int index
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/text/MergeCollation;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private final void fixEntry(java.text.PatternEntry);
    descriptor: (Ljava/text/PatternEntry;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.text.MergeCollation this
        start local 1 // java.text.PatternEntry newEntry
         0: .line 242
            aload 0 /* this */
            getfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
            ifnull 9
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            aload 0 /* this */
            getfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         1: .line 243
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.extension:Ljava/lang/String;
            aload 0 /* this */
            getfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
            getfield java.text.PatternEntry.extension:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         2: .line 244
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.strength:I
            iconst_3
            if_icmpeq 8
         3: .line 245
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.strength:I
            bipush -2
            if_icmpeq 8
         4: .line 246
            new java.text.ParseException
            dup
            new java.lang.StringBuilder
            dup
            ldc "The entries "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " and "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 247
            aload 1 /* newEntry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " are adjacent in the rules, but have conflicting "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 248
            ldc "strengths: A character can't be unequal to itself."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_m1
         7: .line 246
            invokespecial java.text.ParseException.<init>:(Ljava/lang/String;I)V
            athrow
         8: .line 251
      StackMap locals:
      StackMap stack:
            return
         9: .line 255
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* changeLastEntry */
        start local 2 // boolean changeLastEntry
        10: .line 256
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.strength:I
            bipush -2
            if_icmpeq 37
        11: .line 257
            iconst_m1
            istore 3 /* oldIndex */
        start local 3 // int oldIndex
        12: .line 259
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 22
        13: .line 261
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
        14: .line 262
            iload 4 /* c */
            iconst_3
            ishr
            istore 5 /* statusIndex */
        start local 5 // int statusIndex
        15: .line 263
            aload 0 /* this */
            getfield java.text.MergeCollation.statusArray:[B
            iload 5 /* statusIndex */
            baload
            istore 6 /* bitClump */
        start local 6 // byte bitClump
        16: .line 264
            iconst_1
            iload 4 /* c */
            bipush 7
            iand
            ishl
            i2b
            istore 7 /* setBit */
        start local 7 // byte setBit
        17: .line 266
            iload 6 /* bitClump */
            ifeq 20
            iload 6 /* bitClump */
            iload 7 /* setBit */
            iand
            ifeq 20
        18: .line 267
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            aload 1 /* newEntry */
            invokevirtual java.util.ArrayList.lastIndexOf:(Ljava/lang/Object;)I
            istore 3 /* oldIndex */
        19: .line 268
            goto 23
        20: .line 271
      StackMap locals: java.text.MergeCollation java.text.PatternEntry int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.statusArray:[B
            iload 5 /* statusIndex */
            iload 6 /* bitClump */
            iload 7 /* setBit */
            ior
            i2b
            bastore
        end local 7 // byte setBit
        end local 6 // byte bitClump
        end local 5 // int statusIndex
        end local 4 // char c
        21: .line 273
            goto 23
        22: .line 274
      StackMap locals: java.text.MergeCollation java.text.PatternEntry int int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            aload 1 /* newEntry */
            invokevirtual java.util.ArrayList.lastIndexOf:(Ljava/lang/Object;)I
            istore 3 /* oldIndex */
        23: .line 276
      StackMap locals:
      StackMap stack:
            iload 3 /* oldIndex */
            iconst_m1
            if_icmpeq 25
        24: .line 277
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 3 /* oldIndex */
            invokevirtual java.util.ArrayList.remove:(I)Ljava/lang/Object;
            pop
        25: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.excess:Ljava/lang/StringBuffer;
            iconst_0
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        26: .line 281
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
            aload 0 /* this */
            getfield java.text.MergeCollation.excess:Ljava/lang/StringBuffer;
            invokevirtual java.text.MergeCollation.findLastEntry:(Ljava/text/PatternEntry;Ljava/lang/StringBuffer;)I
            istore 4 /* lastIndex */
        start local 4 // int lastIndex
        27: .line 283
            aload 0 /* this */
            getfield java.text.MergeCollation.excess:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
            ifeq 32
        28: .line 284
            aload 1 /* newEntry */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield java.text.MergeCollation.excess:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 1 /* newEntry */
            getfield java.text.PatternEntry.extension:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield java.text.PatternEntry.extension:Ljava/lang/String;
        29: .line 285
            iload 4 /* lastIndex */
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmpeq 32
        30: .line 286
            aload 0 /* this */
            aload 0 /* this */
            getfield java.text.MergeCollation.saveEntry:Ljava/text/PatternEntry;
            putfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
        31: .line 287
            iconst_0
            istore 2 /* changeLastEntry */
        32: .line 290
      StackMap locals: int
      StackMap stack:
            iload 4 /* lastIndex */
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmpne 36
        33: .line 291
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            aload 1 /* newEntry */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        34: .line 292
            aload 0 /* this */
            aload 1 /* newEntry */
            putfield java.text.MergeCollation.saveEntry:Ljava/text/PatternEntry;
        35: .line 293
            goto 37
        36: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 4 /* lastIndex */
            aload 1 /* newEntry */
            invokevirtual java.util.ArrayList.add:(ILjava/lang/Object;)V
        end local 4 // int lastIndex
        end local 3 // int oldIndex
        37: .line 297
      StackMap locals:
      StackMap stack:
            iload 2 /* changeLastEntry */
            ifeq 39
        38: .line 298
            aload 0 /* this */
            aload 1 /* newEntry */
            putfield java.text.MergeCollation.lastEntry:Ljava/text/PatternEntry;
        39: .line 300
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean changeLastEntry
        end local 1 // java.text.PatternEntry newEntry
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   40     0             this  Ljava/text/MergeCollation;
            0   40     1         newEntry  Ljava/text/PatternEntry;
           10   40     2  changeLastEntry  Z
           12   37     3         oldIndex  I
           14   21     4                c  C
           15   21     5      statusIndex  I
           16   21     6         bitClump  B
           17   21     7           setBit  B
           27   37     4        lastIndex  I
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
          Name  Flags
      newEntry  

  private final int findLastEntry(java.text.PatternEntry, java.lang.StringBuffer);
    descriptor: (Ljava/text/PatternEntry;Ljava/lang/StringBuffer;)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // java.text.MergeCollation this
        start local 1 // java.text.PatternEntry entry
        start local 2 // java.lang.StringBuffer excessChars
         0: .line 305
            aload 1 /* entry */
            ifnonnull 2
         1: .line 306
            iconst_0
            ireturn
         2: .line 308
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            getfield java.text.PatternEntry.strength:I
            bipush -2
            if_icmpeq 17
         3: .line 312
            iconst_m1
            istore 3 /* oldIndex */
        start local 3 // int oldIndex
         4: .line 313
            aload 1 /* entry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 11
         5: .line 314
            aload 1 /* entry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            iconst_3
            ishr
            istore 4 /* index */
        start local 4 // int index
         6: .line 315
            aload 0 /* this */
            getfield java.text.MergeCollation.statusArray:[B
            iload 4 /* index */
            baload
         7: .line 316
            iconst_1
            aload 1 /* entry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 7
            iand
            ishl
         8: .line 315
            iand
            ifeq 12
         9: .line 317
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            aload 1 /* entry */
            invokevirtual java.util.ArrayList.lastIndexOf:(Ljava/lang/Object;)I
            istore 3 /* oldIndex */
        end local 4 // int index
        10: .line 319
            goto 12
        11: .line 320
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            aload 1 /* entry */
            invokevirtual java.util.ArrayList.lastIndexOf:(Ljava/lang/Object;)I
            istore 3 /* oldIndex */
        12: .line 322
      StackMap locals:
      StackMap stack:
            iload 3 /* oldIndex */
            iconst_m1
            if_icmpne 16
        13: .line 323
            new java.text.ParseException
            dup
            new java.lang.StringBuilder
            dup
            ldc "couldn't find last entry: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        14: .line 324
            aload 1 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iload 3 /* oldIndex */
        15: .line 323
            invokespecial java.text.ParseException.<init>:(Ljava/lang/String;I)V
            athrow
        16: .line 325
      StackMap locals:
      StackMap stack:
            iload 3 /* oldIndex */
            iconst_1
            iadd
            ireturn
        end local 3 // int oldIndex
        17: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
        18: goto 29
        19: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.MergeCollation.patterns:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.text.PatternEntry
            astore 4 /* e */
        start local 4 // java.text.PatternEntry e
        20: .line 330
            aload 4 /* e */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            iconst_0
            aload 1 /* entry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            iconst_0
        21: .line 331
            aload 4 /* e */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
        22: .line 330
            invokevirtual java.lang.String.regionMatches:(ILjava/lang/String;II)Z
        23: .line 331
            ifeq 28
        24: .line 332
            aload 2 /* excessChars */
            aload 1 /* entry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            aload 4 /* e */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
        25: .line 333
            aload 1 /* entry */
            getfield java.text.PatternEntry.chars:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
        26: .line 332
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        27: .line 334
            goto 30
        end local 4 // java.text.PatternEntry e
        28: .line 328
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
        29: iload 3 /* i */
            ifge 19
        30: .line 337
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iconst_m1
            if_icmpne 32
        31: .line 338
            new java.text.ParseException
            dup
            new java.lang.StringBuilder
            dup
            ldc "couldn't find: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iload 3 /* i */
            invokespecial java.text.ParseException.<init>:(Ljava/lang/String;I)V
            athrow
        32: .line 339
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iconst_1
            iadd
            ireturn
        end local 3 // int i
        end local 2 // java.lang.StringBuffer excessChars
        end local 1 // java.text.PatternEntry entry
        end local 0 // java.text.MergeCollation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   33     0         this  Ljava/text/MergeCollation;
            0   33     1        entry  Ljava/text/PatternEntry;
            0   33     2  excessChars  Ljava/lang/StringBuffer;
            4   17     3     oldIndex  I
            6   10     4        index  I
           18   33     3            i  I
           20   28     4            e  Ljava/text/PatternEntry;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
             Name  Flags
      entry        
      excessChars  
}
SourceFile: "MergeCollation.java"
InnerClasses:
  Parser = java.text.PatternEntry$Parser of java.text.PatternEntry