public class java.text.AttributedString
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.text.AttributedString
  super_class: java.lang.Object
{
  private static final int ARRAY_SIZE_INCREMENT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

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

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

  int[] runStarts;
    descriptor: [I
    flags: (0x0000) 

  java.util.Vector<java.text.AttributedCharacterIterator$Attribute>[] runAttributes;
    descriptor: [Ljava/util/Vector;
    flags: (0x0000) 
    Signature: [Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;

  java.util.Vector<java.lang.Object>[] runAttributeValues;
    descriptor: [Ljava/util/Vector;
    flags: (0x0000) 
    Signature: [Ljava/util/Vector<Ljava/lang/Object;>;

  void <init>(java.text.AttributedCharacterIterator[]);
    descriptor: ([Ljava/text/AttributedCharacterIterator;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator[] iterators
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 1 /* iterators */
            ifnonnull 3
         2: .line 77
            new java.lang.NullPointerException
            dup
            ldc "Iterators must not be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 79
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator[]
      StackMap stack:
            aload 1 /* iterators */
            arraylength
            ifne 6
         4: .line 80
            aload 0 /* this */
            ldc ""
            putfield java.text.AttributedString.text:Ljava/lang/String;
         5: .line 81
            goto 33
         6: .line 84
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buffer */
        start local 2 // java.lang.StringBuffer buffer
         7: .line 85
            iconst_0
            istore 3 /* counter */
        start local 3 // int counter
         8: goto 11
         9: .line 86
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buffer */
            aload 1 /* iterators */
            iload 3 /* counter */
            aaload
            invokevirtual java.text.AttributedString.appendContents:(Ljava/lang/StringBuffer;Ljava/text/CharacterIterator;)V
        10: .line 85
            iinc 3 /* counter */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* counter */
            aload 1 /* iterators */
            arraylength
            if_icmplt 9
        end local 3 // int counter
        12: .line 89
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield java.text.AttributedString.text:Ljava/lang/String;
        13: .line 91
            aload 0 /* this */
            getfield java.text.AttributedString.text:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 33
        14: .line 94
            iconst_0
            istore 3 /* offset */
        start local 3 // int offset
        15: .line 95
            aconst_null
            astore 4 /* last */
        start local 4 // java.util.Map last
        16: .line 97
            iconst_0
            istore 5 /* counter */
        start local 5 // int counter
        17: goto 32
        18: .line 98
      StackMap locals: java.util.Map int
      StackMap stack:
            aload 1 /* iterators */
            iload 5 /* counter */
            aaload
            astore 6 /* iterator */
        start local 6 // java.text.AttributedCharacterIterator iterator
        19: .line 99
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            istore 7 /* start */
        start local 7 // int start
        20: .line 100
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            istore 8 /* end */
        start local 8 // int end
        21: .line 101
            iload 7 /* start */
            istore 9 /* index */
        start local 9 // int index
        22: .line 103
            goto 29
        23: .line 104
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator[] java.lang.StringBuffer int java.util.Map int java.text.AttributedCharacterIterator int int int
      StackMap stack:
            aload 6 /* iterator */
            iload 9 /* index */
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
        24: .line 106
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getAttributes:()Ljava/util/Map;
            astore 10 /* attrs */
        start local 10 // java.util.Map attrs
        25: .line 108
            aload 4 /* last */
            aload 10 /* attrs */
            invokestatic java.text.AttributedString.mapsDiffer:(Ljava/util/Map;Ljava/util/Map;)Z
            ifeq 27
        26: .line 109
            aload 0 /* this */
            aload 10 /* attrs */
            iload 9 /* index */
            iload 7 /* start */
            isub
            iload 3 /* offset */
            iadd
            invokevirtual java.text.AttributedString.setAttributes:(Ljava/util/Map;I)V
        27: .line 111
      StackMap locals: java.util.Map
      StackMap stack:
            aload 10 /* attrs */
            astore 4 /* last */
        28: .line 112
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getRunLimit:()I
            istore 9 /* index */
        end local 10 // java.util.Map attrs
        29: .line 103
      StackMap locals:
      StackMap stack:
            iload 9 /* index */
            iload 8 /* end */
            if_icmplt 23
        30: .line 114
            iload 3 /* offset */
            iload 8 /* end */
            iload 7 /* start */
            isub
            iadd
            istore 3 /* offset */
        end local 9 // int index
        end local 8 // int end
        end local 7 // int start
        end local 6 // java.text.AttributedCharacterIterator iterator
        31: .line 97
            iinc 5 /* counter */ 1
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator[] java.lang.StringBuffer int java.util.Map int
      StackMap stack:
        32: iload 5 /* counter */
            aload 1 /* iterators */
            arraylength
            if_icmplt 18
        end local 5 // int counter
        end local 4 // java.util.Map last
        end local 3 // int offset
        end local 2 // java.lang.StringBuffer buffer
        33: .line 118
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator[]
      StackMap stack:
            return
        end local 1 // java.text.AttributedCharacterIterator[] iterators
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   34     0       this  Ljava/text/AttributedString;
            0   34     1  iterators  [Ljava/text/AttributedCharacterIterator;
            7   33     2     buffer  Ljava/lang/StringBuffer;
            8   12     3    counter  I
           15   33     3     offset  I
           16   33     4       last  Ljava/util/Map<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;
           17   33     5    counter  I
           19   31     6   iterator  Ljava/text/AttributedCharacterIterator;
           20   31     7      start  I
           21   31     8        end  I
           22   31     9      index  I
           25   29    10      attrs  Ljava/util/Map<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;
    MethodParameters:
           Name  Flags
      iterators  

  public void <init>(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.AttributedString this
        start local 1 // java.lang.String text
         0: .line 125
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 126
            aload 1 /* text */
            ifnonnull 3
         2: .line 127
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 129
      StackMap locals: java.text.AttributedString java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* text */
            putfield java.text.AttributedString.text:Ljava/lang/String;
         4: .line 130
            return
        end local 1 // java.lang.String text
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/text/AttributedString;
            0    5     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public void <init>(java.lang.String, java.util.Map<? extends java.text.AttributedCharacterIterator$Attribute, ?>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // java.text.AttributedString this
        start local 1 // java.lang.String text
        start local 2 // java.util.Map attributes
         0: .line 142
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 145
            aload 1 /* text */
            ifnull 2
            aload 2 /* attributes */
            ifnonnull 3
         2: .line 146
      StackMap locals: java.text.AttributedString java.lang.String java.util.Map
      StackMap stack:
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* text */
            putfield java.text.AttributedString.text:Ljava/lang/String;
         4: .line 150
            aload 1 /* text */
            invokevirtual java.lang.String.length:()I
            ifne 8
         5: .line 151
            aload 2 /* attributes */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 7
         6: .line 152
            return
         7: .line 153
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't add attribute to 0-length text"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 156
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            invokeinterface java.util.Map.size:()I
            istore 3 /* attributeCount */
        start local 3 // int attributeCount
         9: .line 157
            iload 3 /* attributeCount */
            ifle 21
        10: .line 158
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
        11: .line 159
            new java.util.Vector
            dup
            iload 3 /* attributeCount */
            invokespecial java.util.Vector.<init>:(I)V
            astore 4 /* newRunAttributes */
        start local 4 // java.util.Vector newRunAttributes
        12: .line 160
            new java.util.Vector
            dup
            iload 3 /* attributeCount */
            invokespecial java.util.Vector.<init>:(I)V
            astore 5 /* newRunAttributeValues */
        start local 5 // java.util.Vector newRunAttributeValues
        13: .line 161
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iconst_0
            aload 4 /* newRunAttributes */
            aastore
        14: .line 162
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iconst_0
            aload 5 /* newRunAttributeValues */
            aastore
        15: .line 164
            aload 2 /* attributes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6 /* iterator */
        start local 6 // java.util.Iterator iterator
        16: .line 165
            goto 20
        17: .line 166
      StackMap locals: java.text.AttributedString java.lang.String java.util.Map int java.util.Vector java.util.Vector java.util.Iterator
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* entry */
        start local 7 // java.util.Map$Entry entry
        18: .line 167
            aload 4 /* newRunAttributes */
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        19: .line 168
            aload 5 /* newRunAttributeValues */
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        end local 7 // java.util.Map$Entry entry
        20: .line 165
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        end local 6 // java.util.Iterator iterator
        end local 5 // java.util.Vector newRunAttributeValues
        end local 4 // java.util.Vector newRunAttributes
        21: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int attributeCount
        end local 2 // java.util.Map attributes
        end local 1 // java.lang.String text
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   22     0                   this  Ljava/text/AttributedString;
            0   22     1                   text  Ljava/lang/String;
            0   22     2             attributes  Ljava/util/Map<+Ljava/text/AttributedCharacterIterator$Attribute;*>;
            9   22     3         attributeCount  I
           12   21     4       newRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
           13   21     5  newRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
           16   21     6               iterator  Ljava/util/Iterator<+Ljava/util/Map$Entry<+Ljava/text/AttributedCharacterIterator$Attribute;*>;>;
           18   20     7                  entry  Ljava/util/Map$Entry<+Ljava/text/AttributedCharacterIterator$Attribute;*>;
    Signature: (Ljava/lang/String;Ljava/util/Map<+Ljava/text/AttributedCharacterIterator$Attribute;*>;)V
    MethodParameters:
            Name  Flags
      text        
      attributes  

  public void <init>(java.text.AttributedCharacterIterator);
    descriptor: (Ljava/text/AttributedCharacterIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator text
         0: .line 183
            aload 0 /* this */
            aload 1 /* text */
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            aconst_null
            invokespecial java.text.AttributedString.<init>:(Ljava/text/AttributedCharacterIterator;II[Ljava/text/AttributedCharacterIterator$Attribute;)V
         1: .line 184
            return
        end local 1 // java.text.AttributedCharacterIterator text
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/text/AttributedString;
            0    2     1  text  Ljava/text/AttributedCharacterIterator;
    MethodParameters:
      Name  Flags
      text  

  public void <init>(java.text.AttributedCharacterIterator, int, int);
    descriptor: (Ljava/text/AttributedCharacterIterator;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator text
        start local 2 // int beginIndex
        start local 3 // int endIndex
         0: .line 206
            aload 0 /* this */
            aload 1 /* text */
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            aconst_null
            invokespecial java.text.AttributedString.<init>:(Ljava/text/AttributedCharacterIterator;II[Ljava/text/AttributedCharacterIterator$Attribute;)V
         1: .line 207
            return
        end local 3 // int endIndex
        end local 2 // int beginIndex
        end local 1 // java.text.AttributedCharacterIterator text
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljava/text/AttributedString;
            0    2     1        text  Ljava/text/AttributedCharacterIterator;
            0    2     2  beginIndex  I
            0    2     3    endIndex  I
    MethodParameters:
            Name  Flags
      text        
      beginIndex  
      endIndex    

  public void <init>(java.text.AttributedCharacterIterator, int, int, java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: (Ljava/text/AttributedCharacterIterator;II[Ljava/text/AttributedCharacterIterator$Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=14, args_size=5
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator text
        start local 2 // int beginIndex
        start local 3 // int endIndex
        start local 4 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 231
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 235
            aload 1 /* text */
            ifnonnull 3
         2: .line 236
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 240
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator int int java.text.AttributedCharacterIterator$Attribute[]
      StackMap stack:
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            istore 5 /* textBeginIndex */
        start local 5 // int textBeginIndex
         4: .line 241
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            istore 6 /* textEndIndex */
        start local 6 // int textEndIndex
         5: .line 242
            iload 2 /* beginIndex */
            iload 5 /* textBeginIndex */
            if_icmplt 6
            iload 3 /* endIndex */
            iload 6 /* textEndIndex */
            if_icmpgt 6
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            if_icmple 7
         6: .line 243
      StackMap locals: int int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid substring range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 246
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 7 /* textBuffer */
        start local 7 // java.lang.StringBuffer textBuffer
         8: .line 247
            aload 1 /* text */
            iload 2 /* beginIndex */
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
         9: .line 248
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.current:()C
            istore 8 /* c */
        start local 8 // char c
        10: goto 13
        11: .line 249
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 7 /* textBuffer */
            iload 8 /* c */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 248
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.next:()C
            istore 8 /* c */
      StackMap locals:
      StackMap stack:
        13: aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getIndex:()I
            iload 3 /* endIndex */
            if_icmplt 11
        end local 8 // char c
        14: .line 250
            aload 0 /* this */
            aload 7 /* textBuffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield java.text.AttributedString.text:Ljava/lang/String;
        15: .line 252
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            if_icmpne 17
        16: .line 253
            return
        17: .line 256
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 8 /* keys */
        start local 8 // java.util.HashSet keys
        18: .line 257
            aload 4 /* attributes */
            ifnonnull 21
        19: .line 258
            aload 8 /* keys */
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getAllAttributeKeys:()Ljava/util/Set;
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            pop
        20: .line 259
            goto 27
        21: .line 260
      StackMap locals: java.util.HashSet
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        22: goto 25
        23: .line 261
      StackMap locals: int
      StackMap stack:
            aload 8 /* keys */
            aload 4 /* attributes */
            iload 9 /* i */
            aaload
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        24: .line 260
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 9 /* i */
            aload 4 /* attributes */
            arraylength
            if_icmplt 23
        end local 9 // int i
        26: .line 262
            aload 8 /* keys */
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getAllAttributeKeys:()Ljava/util/Set;
            invokevirtual java.util.HashSet.retainAll:(Ljava/util/Collection;)Z
            pop
        27: .line 264
      StackMap locals:
      StackMap stack:
            aload 8 /* keys */
            invokevirtual java.util.HashSet.isEmpty:()Z
            ifeq 29
        28: .line 265
            return
        29: .line 270
      StackMap locals:
      StackMap stack:
            aload 8 /* keys */
            invokevirtual java.util.HashSet.iterator:()Ljava/util/Iterator;
            astore 9 /* itr */
        start local 9 // java.util.Iterator itr
        30: .line 271
            goto 55
        31: .line 272
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 9 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            astore 10 /* attributeKey */
        start local 10 // java.text.AttributedCharacterIterator$Attribute attributeKey
        32: .line 273
            aload 1 /* text */
            iload 5 /* textBeginIndex */
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
        33: .line 274
            goto 54
        34: .line 275
      StackMap locals: java.text.AttributedCharacterIterator$Attribute
      StackMap stack:
            aload 1 /* text */
            aload 10 /* attributeKey */
            invokeinterface java.text.AttributedCharacterIterator.getRunStart:(Ljava/text/AttributedCharacterIterator$Attribute;)I
            istore 11 /* start */
        start local 11 // int start
        35: .line 276
            aload 1 /* text */
            aload 10 /* attributeKey */
            invokeinterface java.text.AttributedCharacterIterator.getRunLimit:(Ljava/text/AttributedCharacterIterator$Attribute;)I
            istore 12 /* limit */
        start local 12 // int limit
        36: .line 277
            aload 1 /* text */
            aload 10 /* attributeKey */
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            astore 13 /* value */
        start local 13 // java.lang.Object value
        37: .line 279
            aload 13 /* value */
            ifnull 53
        38: .line 280
            aload 13 /* value */
            instanceof java.text.Annotation
            ifeq 44
        39: .line 281
            iload 11 /* start */
            iload 2 /* beginIndex */
            if_icmplt 42
            iload 12 /* limit */
            iload 3 /* endIndex */
            if_icmpgt 42
        40: .line 282
            aload 0 /* this */
            aload 10 /* attributeKey */
            aload 13 /* value */
            iload 11 /* start */
            iload 2 /* beginIndex */
            isub
            iload 12 /* limit */
            iload 2 /* beginIndex */
            isub
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        41: .line 283
            goto 53
        42: .line 284
      StackMap locals: int int java.lang.Object
      StackMap stack:
            iload 12 /* limit */
            iload 3 /* endIndex */
            if_icmple 53
        43: .line 285
            goto 55
        44: .line 290
      StackMap locals:
      StackMap stack:
            iload 11 /* start */
            iload 3 /* endIndex */
            if_icmplt 46
        45: .line 291
            goto 55
        46: .line 292
      StackMap locals:
      StackMap stack:
            iload 12 /* limit */
            iload 2 /* beginIndex */
            if_icmple 53
        47: .line 294
            iload 11 /* start */
            iload 2 /* beginIndex */
            if_icmpge 49
        48: .line 295
            iload 2 /* beginIndex */
            istore 11 /* start */
        49: .line 296
      StackMap locals:
      StackMap stack:
            iload 12 /* limit */
            iload 3 /* endIndex */
            if_icmple 51
        50: .line 297
            iload 3 /* endIndex */
            istore 12 /* limit */
        51: .line 298
      StackMap locals:
      StackMap stack:
            iload 11 /* start */
            iload 12 /* limit */
            if_icmpeq 53
        52: .line 299
            aload 0 /* this */
            aload 10 /* attributeKey */
            aload 13 /* value */
            iload 11 /* start */
            iload 2 /* beginIndex */
            isub
            iload 12 /* limit */
            iload 2 /* beginIndex */
            isub
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        53: .line 304
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            iload 12 /* limit */
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
        end local 13 // java.lang.Object value
        end local 12 // int limit
        end local 11 // int start
        54: .line 274
      StackMap locals:
      StackMap stack:
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getIndex:()I
            iload 3 /* endIndex */
            if_icmplt 34
        end local 10 // java.text.AttributedCharacterIterator$Attribute attributeKey
        55: .line 271
      StackMap locals:
      StackMap stack:
            aload 9 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 31
        56: .line 307
            return
        end local 9 // java.util.Iterator itr
        end local 8 // java.util.HashSet keys
        end local 7 // java.lang.StringBuffer textBuffer
        end local 6 // int textEndIndex
        end local 5 // int textBeginIndex
        end local 4 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 3 // int endIndex
        end local 2 // int beginIndex
        end local 1 // java.text.AttributedCharacterIterator text
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   57     0            this  Ljava/text/AttributedString;
            0   57     1            text  Ljava/text/AttributedCharacterIterator;
            0   57     2      beginIndex  I
            0   57     3        endIndex  I
            0   57     4      attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            4   57     5  textBeginIndex  I
            5   57     6    textEndIndex  I
            8   57     7      textBuffer  Ljava/lang/StringBuffer;
           10   14     8               c  C
           18   57     8            keys  Ljava/util/HashSet<Ljava/text/AttributedCharacterIterator$Attribute;>;
           22   26     9               i  I
           30   57     9             itr  Ljava/util/Iterator<Ljava/text/AttributedCharacterIterator$Attribute;>;
           32   55    10    attributeKey  Ljava/text/AttributedCharacterIterator$Attribute;
           35   54    11           start  I
           36   54    12           limit  I
           37   54    13           value  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      text        
      beginIndex  
      endIndex    
      attributes  

  public void addAttribute(java.text.AttributedCharacterIterator$Attribute, java.lang.Object);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        start local 2 // java.lang.Object value
         0: .line 319
            aload 1 /* attribute */
            ifnonnull 2
         1: .line 320
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            istore 3 /* len */
        start local 3 // int len
         3: .line 324
            iload 3 /* len */
            ifne 5
         4: .line 325
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't add attribute to 0-length text"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 328
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attribute */
            aload 2 /* value */
            iconst_0
            iload 3 /* len */
            invokevirtual java.text.AttributedString.addAttributeImpl:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
         6: .line 329
            return
        end local 3 // int len
        end local 2 // java.lang.Object value
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljava/text/AttributedString;
            0    7     1  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            0    7     2      value  Ljava/lang/Object;
            3    7     3        len  I
    MethodParameters:
           Name  Flags
      attribute  
      value      

  public void addAttribute(java.text.AttributedCharacterIterator$Attribute, java.lang.Object, int, int);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        start local 2 // java.lang.Object value
        start local 3 // int beginIndex
        start local 4 // int endIndex
         0: .line 345
            aload 1 /* attribute */
            ifnonnull 2
         1: .line 346
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 349
      StackMap locals:
      StackMap stack:
            iload 3 /* beginIndex */
            iflt 3
            iload 4 /* endIndex */
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            if_icmpgt 3
            iload 3 /* beginIndex */
            iload 4 /* endIndex */
            if_icmplt 4
         3: .line 350
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid substring range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attribute */
            aload 2 /* value */
            iload 3 /* beginIndex */
            iload 4 /* endIndex */
            invokevirtual java.text.AttributedString.addAttributeImpl:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
         5: .line 354
            return
        end local 4 // int endIndex
        end local 3 // int beginIndex
        end local 2 // java.lang.Object value
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Ljava/text/AttributedString;
            0    6     1   attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            0    6     2       value  Ljava/lang/Object;
            0    6     3  beginIndex  I
            0    6     4    endIndex  I
    MethodParameters:
            Name  Flags
      attribute   
      value       
      beginIndex  
      endIndex    

  public void addAttributes(java.util.Map<? extends java.text.AttributedCharacterIterator$Attribute, ?>, int, );
    descriptor: (Ljava/util/Map;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // java.text.AttributedString this
        start local 1 // java.util.Map attributes
        start local 2 // int beginIndex
        start local 3 // int endIndex
         0: .line 372
            aload 1 /* attributes */
            ifnonnull 2
         1: .line 373
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 376
      StackMap locals:
      StackMap stack:
            iload 2 /* beginIndex */
            iflt 3
            iload 3 /* endIndex */
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            if_icmpgt 3
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            if_icmple 4
         3: .line 377
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid substring range"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 379
      StackMap locals:
      StackMap stack:
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            if_icmpne 8
         5: .line 380
            aload 1 /* attributes */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 7
         6: .line 381
            return
         7: .line 382
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't add attribute to 0-length text"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ifne 10
         9: .line 387
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
        10: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* beginIndex */
            invokevirtual java.text.AttributedString.ensureRunBreak:(I)I
            istore 4 /* beginRunIndex */
        start local 4 // int beginRunIndex
        11: .line 392
            aload 0 /* this */
            iload 3 /* endIndex */
            invokevirtual java.text.AttributedString.ensureRunBreak:(I)I
            istore 5 /* endRunIndex */
        start local 5 // int endRunIndex
        12: .line 395
            aload 1 /* attributes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
        13: .line 394
            astore 6 /* iterator */
        start local 6 // java.util.Iterator iterator
        14: .line 396
            goto 17
        15: .line 397
      StackMap locals: int int java.util.Iterator
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* entry */
        start local 7 // java.util.Map$Entry entry
        16: .line 398
            aload 0 /* this */
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            iload 4 /* beginRunIndex */
            iload 5 /* endRunIndex */
            invokevirtual java.text.AttributedString.addAttributeRunData:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        end local 7 // java.util.Map$Entry entry
        17: .line 396
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 400
            return
        end local 6 // java.util.Iterator iterator
        end local 5 // int endRunIndex
        end local 4 // int beginRunIndex
        end local 3 // int endIndex
        end local 2 // int beginIndex
        end local 1 // java.util.Map attributes
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   19     0           this  Ljava/text/AttributedString;
            0   19     1     attributes  Ljava/util/Map<+Ljava/text/AttributedCharacterIterator$Attribute;*>;
            0   19     2     beginIndex  I
            0   19     3       endIndex  I
           11   19     4  beginRunIndex  I
           12   19     5    endRunIndex  I
           14   19     6       iterator  Ljava/util/Iterator<+Ljava/util/Map$Entry<+Ljava/text/AttributedCharacterIterator$Attribute;*>;>;
           16   17     7          entry  Ljava/util/Map$Entry<+Ljava/text/AttributedCharacterIterator$Attribute;*>;
    Signature: (Ljava/util/Map<+Ljava/text/AttributedCharacterIterator$Attribute;*>;II)V
    MethodParameters:
            Name  Flags
      attributes  
      beginIndex  
      endIndex    

  private synchronized void addAttributeImpl(java.text.AttributedCharacterIterator$Attribute, java.lang.Object, int, int);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        start local 2 // java.lang.Object value
        start local 3 // int beginIndex
        start local 4 // int endIndex
         0: .line 406
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ifne 2
         1: .line 407
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
         2: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* beginIndex */
            invokevirtual java.text.AttributedString.ensureRunBreak:(I)I
            istore 5 /* beginRunIndex */
        start local 5 // int beginRunIndex
         3: .line 412
            aload 0 /* this */
            iload 4 /* endIndex */
            invokevirtual java.text.AttributedString.ensureRunBreak:(I)I
            istore 6 /* endRunIndex */
        start local 6 // int endRunIndex
         4: .line 414
            aload 0 /* this */
            aload 1 /* attribute */
            aload 2 /* value */
            iload 5 /* beginRunIndex */
            iload 6 /* endRunIndex */
            invokevirtual java.text.AttributedString.addAttributeRunData:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
         5: .line 415
            return
        end local 6 // int endRunIndex
        end local 5 // int beginRunIndex
        end local 4 // int endIndex
        end local 3 // int beginIndex
        end local 2 // java.lang.Object value
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljava/text/AttributedString;
            0    6     1      attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            0    6     2          value  Ljava/lang/Object;
            0    6     3     beginIndex  I
            0    6     4       endIndex  I
            3    6     5  beginRunIndex  I
            4    6     6    endRunIndex  I
    MethodParameters:
            Name  Flags
      attribute   
      value       
      beginIndex  
      endIndex    

  private final void createRunAttributeDataVectors();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.text.AttributedString this
         0: .line 419
            bipush 10
            newarray 10
            astore 1 /* newRunStarts */
        start local 1 // int[] newRunStarts
         1: .line 422
            bipush 10
            anewarray java.util.Vector
            astore 2 /* newRunAttributes */
        start local 2 // java.util.Vector[] newRunAttributes
         2: .line 425
            bipush 10
            anewarray java.util.Vector
            astore 3 /* newRunAttributeValues */
        start local 3 // java.util.Vector[] newRunAttributeValues
         3: .line 427
            aload 0 /* this */
            aload 1 /* newRunStarts */
            putfield java.text.AttributedString.runStarts:[I
         4: .line 428
            aload 0 /* this */
            aload 2 /* newRunAttributes */
            putfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
         5: .line 429
            aload 0 /* this */
            aload 3 /* newRunAttributeValues */
            putfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
         6: .line 430
            aload 0 /* this */
            bipush 10
            putfield java.text.AttributedString.runArraySize:I
         7: .line 431
            aload 0 /* this */
            iconst_1
            putfield java.text.AttributedString.runCount:I
         8: .line 432
            return
        end local 3 // java.util.Vector[] newRunAttributeValues
        end local 2 // java.util.Vector[] newRunAttributes
        end local 1 // int[] newRunStarts
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Ljava/text/AttributedString;
            1    9     1           newRunStarts  [I
            2    9     2       newRunAttributes  [Ljava/util/Vector;
            3    9     3  newRunAttributeValues  [Ljava/util/Vector;

  private final int ensureRunBreak(int);
    descriptor: (I)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.text.AttributedString this
        start local 1 // int offset
         0: .line 436
            aload 0 /* this */
            iload 1 /* offset */
            iconst_1
            invokevirtual java.text.AttributedString.ensureRunBreak:(IZ)I
            ireturn
        end local 1 // int offset
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/text/AttributedString;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  private final int ensureRunBreak(int, boolean);
    descriptor: (IZ)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // java.text.AttributedString this
        start local 1 // int offset
        start local 2 // boolean copyAttrs
         0: .line 451
            iload 1 /* offset */
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            if_icmpne 2
         1: .line 452
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ireturn
         2: .line 456
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* runIndex */
        start local 3 // int runIndex
         3: .line 457
            goto 5
         4: .line 458
      StackMap locals: int
      StackMap stack:
            iinc 3 /* runIndex */ 1
         5: .line 457
      StackMap locals:
      StackMap stack:
            iload 3 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            if_icmpge 6
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* runIndex */
            iaload
            iload 1 /* offset */
            if_icmplt 4
         6: .line 462
      StackMap locals:
      StackMap stack:
            iload 3 /* runIndex */
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            if_icmpge 8
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* runIndex */
            iaload
            iload 1 /* offset */
            if_icmpne 8
         7: .line 463
            iload 3 /* runIndex */
            ireturn
         8: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            aload 0 /* this */
            getfield java.text.AttributedString.runArraySize:I
            if_icmpne 24
         9: .line 469
            aload 0 /* this */
            getfield java.text.AttributedString.runArraySize:I
            bipush 10
            iadd
            istore 4 /* newArraySize */
        start local 4 // int newArraySize
        10: .line 470
            iload 4 /* newArraySize */
            newarray 10
            astore 5 /* newRunStarts */
        start local 5 // int[] newRunStarts
        11: .line 473
            iload 4 /* newArraySize */
            anewarray java.util.Vector
            astore 6 /* newRunAttributes */
        start local 6 // java.util.Vector[] newRunAttributes
        12: .line 476
            iload 4 /* newArraySize */
            anewarray java.util.Vector
            astore 7 /* newRunAttributeValues */
        start local 7 // java.util.Vector[] newRunAttributeValues
        13: .line 478
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        14: goto 19
        15: .line 479
      StackMap locals: java.text.AttributedString int int int int int[] java.util.Vector[] java.util.Vector[] int
      StackMap stack:
            aload 5 /* newRunStarts */
            iload 8 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 8 /* i */
            iaload
            iastore
        16: .line 480
            aload 6 /* newRunAttributes */
            iload 8 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 8 /* i */
            aaload
            aastore
        17: .line 481
            aload 7 /* newRunAttributeValues */
            iload 8 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 8 /* i */
            aaload
            aastore
        18: .line 478
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 8 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runArraySize:I
            if_icmplt 15
        end local 8 // int i
        20: .line 483
            aload 0 /* this */
            aload 5 /* newRunStarts */
            putfield java.text.AttributedString.runStarts:[I
        21: .line 484
            aload 0 /* this */
            aload 6 /* newRunAttributes */
            putfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
        22: .line 485
            aload 0 /* this */
            aload 7 /* newRunAttributeValues */
            putfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
        23: .line 486
            aload 0 /* this */
            iload 4 /* newArraySize */
            putfield java.text.AttributedString.runArraySize:I
        end local 7 // java.util.Vector[] newRunAttributeValues
        end local 6 // java.util.Vector[] newRunAttributes
        end local 5 // int[] newRunStarts
        end local 4 // int newArraySize
        24: .line 491
      StackMap locals: java.text.AttributedString int int int
      StackMap stack:
            aconst_null
            astore 4 /* newRunAttributes */
        start local 4 // java.util.Vector newRunAttributes
        25: .line 492
            aconst_null
            astore 5 /* newRunAttributeValues */
        start local 5 // java.util.Vector newRunAttributeValues
        26: .line 494
            iload 2 /* copyAttrs */
            ifeq 33
        27: .line 495
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* runIndex */
            iconst_1
            isub
            aaload
            astore 6 /* oldRunAttributes */
        start local 6 // java.util.Vector oldRunAttributes
        28: .line 496
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 3 /* runIndex */
            iconst_1
            isub
            aaload
            astore 7 /* oldRunAttributeValues */
        start local 7 // java.util.Vector oldRunAttributeValues
        29: .line 497
            aload 6 /* oldRunAttributes */
            ifnull 31
        30: .line 498
            new java.util.Vector
            dup
            aload 6 /* oldRunAttributes */
            invokespecial java.util.Vector.<init>:(Ljava/util/Collection;)V
            astore 4 /* newRunAttributes */
        31: .line 500
      StackMap locals: java.text.AttributedString int int int java.util.Vector java.util.Vector java.util.Vector java.util.Vector
      StackMap stack:
            aload 7 /* oldRunAttributeValues */
            ifnull 33
        32: .line 501
            new java.util.Vector
            dup
            aload 7 /* oldRunAttributeValues */
            invokespecial java.util.Vector.<init>:(Ljava/util/Collection;)V
            astore 5 /* newRunAttributeValues */
        end local 7 // java.util.Vector oldRunAttributeValues
        end local 6 // java.util.Vector oldRunAttributes
        33: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield java.text.AttributedString.runCount:I
            iconst_1
            iadd
            putfield java.text.AttributedString.runCount:I
        34: .line 507
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            istore 6 /* i */
        start local 6 // int i
        35: goto 40
        36: .line 508
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 6 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 6 /* i */
            iconst_1
            isub
            iaload
            iastore
        37: .line 509
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 6 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 6 /* i */
            iconst_1
            isub
            aaload
            aastore
        38: .line 510
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 6 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 6 /* i */
            iconst_1
            isub
            aaload
            aastore
        39: .line 507
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        40: iload 6 /* i */
            iload 3 /* runIndex */
            if_icmpgt 36
        end local 6 // int i
        41: .line 512
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* runIndex */
            iload 1 /* offset */
            iastore
        42: .line 513
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* runIndex */
            aload 4 /* newRunAttributes */
            aastore
        43: .line 514
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 3 /* runIndex */
            aload 5 /* newRunAttributeValues */
            aastore
        44: .line 516
            iload 3 /* runIndex */
            ireturn
        end local 5 // java.util.Vector newRunAttributeValues
        end local 4 // java.util.Vector newRunAttributes
        end local 3 // int runIndex
        end local 2 // boolean copyAttrs
        end local 1 // int offset
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   45     0                   this  Ljava/text/AttributedString;
            0   45     1                 offset  I
            0   45     2              copyAttrs  Z
            3   45     3               runIndex  I
           10   24     4           newArraySize  I
           11   24     5           newRunStarts  [I
           12   24     6       newRunAttributes  [Ljava/util/Vector;
           13   24     7  newRunAttributeValues  [Ljava/util/Vector;
           14   20     8                      i  I
           25   45     4       newRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
           26   45     5  newRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
           28   33     6       oldRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
           29   33     7  oldRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
           35   41     6                      i  I
    MethodParameters:
           Name  Flags
      offset     
      copyAttrs  

  private void addAttributeRunData(java.text.AttributedCharacterIterator$Attribute, java.lang.Object, int, int);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        start local 2 // java.lang.Object value
        start local 3 // int beginRunIndex
        start local 4 // int endRunIndex
         0: .line 523
            iload 3 /* beginRunIndex */
            istore 5 /* i */
        start local 5 // int i
         1: goto 21
         2: .line 524
      StackMap locals: int
      StackMap stack:
            iconst_m1
            istore 6 /* keyValueIndex */
        start local 6 // int keyValueIndex
         3: .line 525
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            ifnonnull 9
         4: .line 526
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 7 /* newRunAttributes */
        start local 7 // java.util.Vector newRunAttributes
         5: .line 527
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 8 /* newRunAttributeValues */
        start local 8 // java.util.Vector newRunAttributeValues
         6: .line 528
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aload 7 /* newRunAttributes */
            aastore
         7: .line 529
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 5 /* i */
            aload 8 /* newRunAttributeValues */
            aastore
        end local 8 // java.util.Vector newRunAttributeValues
        end local 7 // java.util.Vector newRunAttributes
         8: .line 530
            goto 10
         9: .line 532
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            aload 1 /* attribute */
            invokevirtual java.util.Vector.indexOf:(Ljava/lang/Object;)I
            istore 6 /* keyValueIndex */
        10: .line 535
      StackMap locals:
      StackMap stack:
            iload 6 /* keyValueIndex */
            iconst_m1
            if_icmpne 19
        11: .line 537
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            invokevirtual java.util.Vector.size:()I
            istore 7 /* oldSize */
        start local 7 // int oldSize
        12: .line 538
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            aload 1 /* attribute */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        13: .line 540
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            aload 2 /* value */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        14: .line 541
            goto 20
        15: .line 542
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator$Attribute java.lang.Object int int int int int
      StackMap stack: java.lang.Exception
            pop
        16: .line 543
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            iload 7 /* oldSize */
            invokevirtual java.util.Vector.setSize:(I)V
        17: .line 544
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            iload 7 /* oldSize */
            invokevirtual java.util.Vector.setSize:(I)V
        end local 7 // int oldSize
        18: .line 546
            goto 20
        19: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            iload 6 /* keyValueIndex */
            aload 2 /* value */
            invokevirtual java.util.Vector.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // int keyValueIndex
        20: .line 523
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            iload 4 /* endRunIndex */
            if_icmplt 2
        end local 5 // int i
        22: .line 551
            return
        end local 4 // int endRunIndex
        end local 3 // int beginRunIndex
        end local 2 // java.lang.Object value
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   23     0                   this  Ljava/text/AttributedString;
            0   23     1              attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            0   23     2                  value  Ljava/lang/Object;
            0   23     3          beginRunIndex  I
            0   23     4            endRunIndex  I
            1   22     5                      i  I
            3   20     6          keyValueIndex  I
            5    8     7       newRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
            6    8     8  newRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
           12   18     7                oldSize  I
      Exception table:
        from    to  target  type
          13    14      15  Class java.lang.Exception
    MethodParameters:
               Name  Flags
      attribute      
      value          
      beginRunIndex  
      endRunIndex    

  public java.text.AttributedCharacterIterator getIterator();
    descriptor: ()Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.text.AttributedString this
         0: .line 560
            aload 0 /* this */
            aconst_null
            iconst_0
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            invokevirtual java.text.AttributedString.getIterator:([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;
            areturn
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString;

  public java.text.AttributedCharacterIterator getIterator(java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: ([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 575
            aload 0 /* this */
            aload 1 /* attributes */
            iconst_0
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            invokevirtual java.text.AttributedString.getIterator:([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;
            areturn
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljava/text/AttributedString;
            0    1     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
    MethodParameters:
            Name  Flags
      attributes  

  public java.text.AttributedCharacterIterator getIterator(java.text.AttributedCharacterIterator$Attribute[], int, int);
    descriptor: ([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        start local 2 // int beginIndex
        start local 3 // int endIndex
         0: .line 595
            new java.text.AttributedString$AttributedStringIterator
            dup
            aload 0 /* this */
            aload 1 /* attributes */
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            invokespecial java.text.AttributedString$AttributedStringIterator.<init>:(Ljava/text/AttributedString;[Ljava/text/AttributedCharacterIterator$Attribute;II)V
            areturn
        end local 3 // int endIndex
        end local 2 // int beginIndex
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljava/text/AttributedString;
            0    1     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            0    1     2  beginIndex  I
            0    1     3    endIndex  I
    MethodParameters:
            Name  Flags
      attributes  
      beginIndex  
      endIndex    

  int length();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.text.AttributedString this
         0: .line 604
            aload 0 /* this */
            getfield java.text.AttributedString.text:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ireturn
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/text/AttributedString;

  private char charAt(int);
    descriptor: (I)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.text.AttributedString this
        start local 1 // int index
         0: .line 608
            aload 0 /* this */
            getfield java.text.AttributedString.text:Ljava/lang/String;
            iload 1 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 1 // int index
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/text/AttributedString;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private synchronized java.lang.Object getAttribute(java.text.AttributedCharacterIterator$Attribute, int);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        start local 2 // int runIndex
         0: .line 612
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 2 /* runIndex */
            aaload
            astore 3 /* currentRunAttributes */
        start local 3 // java.util.Vector currentRunAttributes
         1: .line 613
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 2 /* runIndex */
            aaload
            astore 4 /* currentRunAttributeValues */
        start local 4 // java.util.Vector currentRunAttributeValues
         2: .line 614
            aload 3 /* currentRunAttributes */
            ifnonnull 4
         3: .line 615
            aconst_null
            areturn
         4: .line 617
      StackMap locals: java.util.Vector java.util.Vector
      StackMap stack:
            aload 3 /* currentRunAttributes */
            aload 1 /* attribute */
            invokevirtual java.util.Vector.indexOf:(Ljava/lang/Object;)I
            istore 5 /* attributeIndex */
        start local 5 // int attributeIndex
         5: .line 618
            iload 5 /* attributeIndex */
            iconst_m1
            if_icmpeq 7
         6: .line 619
            aload 4 /* currentRunAttributeValues */
            iload 5 /* attributeIndex */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            areturn
         7: .line 622
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 5 // int attributeIndex
        end local 4 // java.util.Vector currentRunAttributeValues
        end local 3 // java.util.Vector currentRunAttributes
        end local 2 // int runIndex
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    8     0                       this  Ljava/text/AttributedString;
            0    8     1                  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            0    8     2                   runIndex  I
            1    8     3       currentRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
            2    8     4  currentRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
            5    8     5             attributeIndex  I
    MethodParameters:
           Name  Flags
      attribute  
      runIndex   

  private java.lang.Object getAttributeCheckRange(java.text.AttributedCharacterIterator$Attribute, int, int, int);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;III)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // java.text.AttributedString this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        start local 2 // int runIndex
        start local 3 // int beginIndex
        start local 4 // int endIndex
         0: .line 628
            aload 0 /* this */
            aload 1 /* attribute */
            iload 2 /* runIndex */
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         1: .line 629
            aload 5 /* value */
            instanceof java.text.Annotation
            ifeq 27
         2: .line 631
            iload 3 /* beginIndex */
            ifle 12
         3: .line 632
            iload 2 /* runIndex */
            istore 6 /* currIndex */
        start local 6 // int currIndex
         4: .line 633
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 6 /* currIndex */
            iaload
            istore 7 /* runStart */
        start local 7 // int runStart
         5: .line 634
            goto 8
         6: .line 636
      StackMap locals: java.lang.Object int int
      StackMap stack:
            iinc 6 /* currIndex */ -1
         7: .line 637
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 6 /* currIndex */
            iaload
            istore 7 /* runStart */
         8: .line 634
      StackMap locals:
      StackMap stack:
            iload 7 /* runStart */
            iload 3 /* beginIndex */
            if_icmplt 10
         9: .line 635
            aload 5 /* value */
            aload 0 /* this */
            aload 1 /* attribute */
            iload 6 /* currIndex */
            iconst_1
            isub
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            invokestatic java.text.AttributedString.valuesMatch:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 6
        10: .line 639
      StackMap locals:
      StackMap stack:
            iload 7 /* runStart */
            iload 3 /* beginIndex */
            if_icmpge 12
        11: .line 641
            aconst_null
            areturn
        end local 7 // int runStart
        end local 6 // int currIndex
        12: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            istore 6 /* textLength */
        start local 6 // int textLength
        13: .line 645
            iload 4 /* endIndex */
            iload 6 /* textLength */
            if_icmpge 27
        14: .line 646
            iload 2 /* runIndex */
            istore 7 /* currIndex */
        start local 7 // int currIndex
        15: .line 647
            iload 7 /* currIndex */
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpge 16
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 7 /* currIndex */
            iconst_1
            iadd
            iaload
            goto 17
      StackMap locals: int int
      StackMap stack:
        16: iload 6 /* textLength */
      StackMap locals:
      StackMap stack: int
        17: istore 8 /* runLimit */
        start local 8 // int runLimit
        18: .line 648
            goto 23
        19: .line 650
      StackMap locals: int
      StackMap stack:
            iinc 7 /* currIndex */ 1
        20: .line 651
            iload 7 /* currIndex */
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            if_icmpge 21
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 7 /* currIndex */
            iconst_1
            iadd
            iaload
            goto 22
      StackMap locals:
      StackMap stack:
        21: iload 6 /* textLength */
      StackMap locals:
      StackMap stack: int
        22: istore 8 /* runLimit */
        23: .line 648
      StackMap locals:
      StackMap stack:
            iload 8 /* runLimit */
            iload 4 /* endIndex */
            if_icmpgt 25
        24: .line 649
            aload 5 /* value */
            aload 0 /* this */
            aload 1 /* attribute */
            iload 7 /* currIndex */
            iconst_1
            iadd
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            invokestatic java.text.AttributedString.valuesMatch:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 19
        25: .line 653
      StackMap locals:
      StackMap stack:
            iload 8 /* runLimit */
            iload 4 /* endIndex */
            if_icmple 27
        26: .line 655
            aconst_null
            areturn
        end local 8 // int runLimit
        end local 7 // int currIndex
        end local 6 // int textLength
        27: .line 661
      StackMap locals:
      StackMap stack:
            aload 5 /* value */
            areturn
        end local 5 // java.lang.Object value
        end local 4 // int endIndex
        end local 3 // int beginIndex
        end local 2 // int runIndex
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Ljava/text/AttributedString;
            0   28     1   attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            0   28     2    runIndex  I
            0   28     3  beginIndex  I
            0   28     4    endIndex  I
            1   28     5       value  Ljava/lang/Object;
            4   12     6   currIndex  I
            5   12     7    runStart  I
           13   27     6  textLength  I
           15   27     7   currIndex  I
           18   27     8    runLimit  I
    MethodParameters:
            Name  Flags
      attribute   
      runIndex    
      beginIndex  
      endIndex    

  private boolean attributeValuesMatch(java.util.Set<? extends java.text.AttributedCharacterIterator$Attribute>, int, );
    descriptor: (Ljava/util/Set;II)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // java.text.AttributedString this
        start local 1 // java.util.Set attributes
        start local 2 // int runIndex1
        start local 3 // int runIndex2
         0: .line 666
            aload 1 /* attributes */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4 /* iterator */
        start local 4 // java.util.Iterator iterator
         1: .line 667
            goto 5
         2: .line 668
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            astore 5 /* key */
        start local 5 // java.text.AttributedCharacterIterator$Attribute key
         3: .line 669
            aload 0 /* this */
            aload 5 /* key */
            iload 2 /* runIndex1 */
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            aload 0 /* this */
            aload 5 /* key */
            iload 3 /* runIndex2 */
            invokevirtual java.text.AttributedString.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;I)Ljava/lang/Object;
            invokestatic java.text.AttributedString.valuesMatch:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         4: .line 670
            iconst_0
            ireturn
        end local 5 // java.text.AttributedCharacterIterator$Attribute key
         5: .line 667
      StackMap locals:
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 673
            iconst_1
            ireturn
        end local 4 // java.util.Iterator iterator
        end local 3 // int runIndex2
        end local 2 // int runIndex1
        end local 1 // java.util.Set attributes
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljava/text/AttributedString;
            0    7     1  attributes  Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;
            0    7     2   runIndex1  I
            0    7     3   runIndex2  I
            1    7     4    iterator  Ljava/util/Iterator<+Ljava/text/AttributedCharacterIterator$Attribute;>;
            3    5     5         key  Ljava/text/AttributedCharacterIterator$Attribute;
    Signature: (Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;II)Z
    MethodParameters:
            Name  Flags
      attributes  
      runIndex1   
      runIndex2   

  private static final boolean valuesMatch(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object value1
        start local 1 // java.lang.Object value2
         0: .line 678
            aload 0 /* value1 */
            ifnonnull 3
         1: .line 679
            aload 1 /* value2 */
            ifnonnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* value1 */
            aload 1 /* value2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object value2
        end local 0 // java.lang.Object value1
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  value1  Ljava/lang/Object;
            0    4     1  value2  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      value1  
      value2  

  private final void appendContents(java.lang.StringBuffer, java.text.CharacterIterator);
    descriptor: (Ljava/lang/StringBuffer;Ljava/text/CharacterIterator;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // java.text.AttributedString this
        start local 1 // java.lang.StringBuffer buf
        start local 2 // java.text.CharacterIterator iterator
         0: .line 691
            aload 2 /* iterator */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            istore 3 /* index */
        start local 3 // int index
         1: .line 692
            aload 2 /* iterator */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 4 /* end */
        start local 4 // int end
         2: .line 694
            goto 5
         3: .line 695
      StackMap locals: int int
      StackMap stack:
            aload 2 /* iterator */
            iload 3 /* index */
            iinc 3 /* index */ 1
            invokeinterface java.text.CharacterIterator.setIndex:(I)C
            pop
         4: .line 696
            aload 1 /* buf */
            aload 2 /* iterator */
            invokeinterface java.text.CharacterIterator.current:()C
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 694
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iload 4 /* end */
            if_icmplt 3
         6: .line 698
            return
        end local 4 // int end
        end local 3 // int index
        end local 2 // java.text.CharacterIterator iterator
        end local 1 // java.lang.StringBuffer buf
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljava/text/AttributedString;
            0    7     1       buf  Ljava/lang/StringBuffer;
            0    7     2  iterator  Ljava/text/CharacterIterator;
            1    7     3     index  I
            2    7     4       end  I
    MethodParameters:
          Name  Flags
      buf       
      iterator  

  private void setAttributes(java.util.Map<java.text.AttributedCharacterIterator$Attribute, java.lang.Object>, );
    descriptor: (Ljava/util/Map;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // java.text.AttributedString this
        start local 1 // java.util.Map attrs
        start local 2 // int offset
         0: .line 706
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ifne 2
         1: .line 707
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
         2: .line 710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* offset */
            iconst_0
            invokevirtual java.text.AttributedString.ensureRunBreak:(IZ)I
            istore 3 /* index */
        start local 3 // int index
         3: .line 713
            aload 1 /* attrs */
            ifnull 15
            aload 1 /* attrs */
            invokeinterface java.util.Map.size:()I
            dup
            istore 4 /* size */
        start local 4 // int size
         4: ifle 15
         5: .line 714
            new java.util.Vector
            dup
            iload 4 /* size */
            invokespecial java.util.Vector.<init>:(I)V
            astore 5 /* runAttrs */
        start local 5 // java.util.Vector runAttrs
         6: .line 715
            new java.util.Vector
            dup
            iload 4 /* size */
            invokespecial java.util.Vector.<init>:(I)V
            astore 6 /* runValues */
        start local 6 // java.util.Vector runValues
         7: .line 716
            aload 1 /* attrs */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7 /* iterator */
        start local 7 // java.util.Iterator iterator
         8: .line 718
            goto 12
         9: .line 719
      StackMap locals: java.text.AttributedString java.util.Map int int int java.util.Vector java.util.Vector java.util.Iterator
      StackMap stack:
            aload 7 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 8 /* entry */
        start local 8 // java.util.Map$Entry entry
        10: .line 721
            aload 5 /* runAttrs */
            aload 8 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
        11: .line 722
            aload 6 /* runValues */
            aload 8 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.util.Map$Entry entry
        12: .line 718
      StackMap locals:
      StackMap stack:
            aload 7 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 724
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* index */
            aload 5 /* runAttrs */
            aastore
        14: .line 725
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 3 /* index */
            aload 6 /* runValues */
            aastore
        end local 7 // java.util.Iterator iterator
        end local 6 // java.util.Vector runValues
        end local 5 // java.util.Vector runAttrs
        end local 4 // int size
        15: .line 727
      StackMap locals: java.text.AttributedString java.util.Map int int
      StackMap stack:
            return
        end local 3 // int index
        end local 2 // int offset
        end local 1 // java.util.Map attrs
        end local 0 // java.text.AttributedString this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Ljava/text/AttributedString;
            0   16     1      attrs  Ljava/util/Map<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;
            0   16     2     offset  I
            3   16     3      index  I
            4   15     4       size  I
            6   15     5   runAttrs  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
            7   15     6  runValues  Ljava/util/Vector<Ljava/lang/Object;>;
            8   15     7   iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;>;
           10   12     8      entry  Ljava/util/Map$Entry<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;I)V
    MethodParameters:
        Name  Flags
      attrs   
      offset  

  private static <K, V> boolean mapsDiffer(java.util.Map<K, V>, java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;Ljava/util/Map;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Map last
        start local 1 // java.util.Map attrs
         0: .line 733
            aload 0 /* last */
            ifnonnull 3
         1: .line 734
            aload 1 /* attrs */
            ifnull 2
            aload 1 /* attrs */
            invokeinterface java.util.Map.size:()I
            ifle 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* last */
            aload 1 /* attrs */
            invokeinterface java.util.Map.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 1 // java.util.Map attrs
        end local 0 // java.util.Map last
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   last  Ljava/util/Map<TK;TV;>;
            0    6     1  attrs  Ljava/util/Map<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;Ljava/util/Map<TK;TV;>;)Z
    MethodParameters:
       Name  Flags
      last   
      attrs  
}
SourceFile: "AttributedString.java"
NestMembers:
  java.text.AttributedString$AttributeMap  java.text.AttributedString$AttributedStringIterator
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  private final AttributeMap = java.text.AttributedString$AttributeMap of java.text.AttributedString
  private final AttributedStringIterator = java.text.AttributedString$AttributedStringIterator of java.text.AttributedString
  public abstract Entry = java.util.Map$Entry of java.util.Map