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
{
  java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  private static final int INITIAL_CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  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 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 1 /* iterators */
            ifnonnull 3
         2: .line 74
            new java.lang.NullPointerException
            dup
            ldc "Iterators must not be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 76
      StackMap locals: java.text.AttributedString java.text.AttributedCharacterIterator[]
      StackMap stack:
            aload 1 /* iterators */
            arraylength
            ifne 6
         4: .line 77
            aload 0 /* this */
            ldc ""
            putfield java.text.AttributedString.text:Ljava/lang/String;
         5: .line 78
            goto 33
         6: .line 81
      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 82
            iconst_0
            istore 3 /* counter */
        start local 3 // int counter
         8: goto 11
         9: .line 83
      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 82
            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 86
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield java.text.AttributedString.text:Ljava/lang/String;
        13: .line 88
            aload 0 /* this */
            getfield java.text.AttributedString.text:Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 33
        14: .line 91
            iconst_0
            istore 3 /* offset */
        start local 3 // int offset
        15: .line 92
            aconst_null
            astore 4 /* last */
        start local 4 // java.util.Map last
        16: .line 94
            iconst_0
            istore 5 /* counter */
        start local 5 // int counter
        17: goto 32
        18: .line 95
      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 96
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            istore 7 /* start */
        start local 7 // int start
        20: .line 97
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            istore 8 /* end */
        start local 8 // int end
        21: .line 98
            iload 7 /* start */
            istore 9 /* index */
        start local 9 // int index
        22: .line 100
            goto 29
        23: .line 101
      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 103
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getAttributes:()Ljava/util/Map;
            astore 10 /* attrs */
        start local 10 // java.util.Map attrs
        25: .line 105
            aload 4 /* last */
            aload 10 /* attrs */
            invokestatic java.text.AttributedString.mapsDiffer:(Ljava/util/Map;Ljava/util/Map;)Z
            ifeq 27
        26: .line 106
            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 108
      StackMap locals: java.util.Map
      StackMap stack:
            aload 10 /* attrs */
            astore 4 /* last */
        28: .line 109
            aload 6 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getRunLimit:()I
            istore 9 /* index */
        end local 10 // java.util.Map attrs
        29: .line 100
      StackMap locals:
      StackMap stack:
            iload 9 /* index */
            iload 8 /* end */
            if_icmplt 23
        30: .line 111
            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 94
            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 115
      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 122
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 123
            aload 1 /* text */
            ifnonnull 3
         2: .line 124
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 126
      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 127
            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 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 142
            aload 1 /* text */
            ifnull 2
            aload 2 /* attributes */
            ifnonnull 3
         2: .line 143
      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 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* text */
            putfield java.text.AttributedString.text:Ljava/lang/String;
         4: .line 147
            aload 1 /* text */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 8
         5: .line 148
            aload 2 /* attributes */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 7
         6: .line 149
            return
         7: .line 150
      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 153
      StackMap locals:
      StackMap stack:
            aload 2 /* attributes */
            invokeinterface java.util.Map.size:()I
            istore 3 /* attributeCount */
        start local 3 // int attributeCount
         9: .line 154
            iload 3 /* attributeCount */
            ifle 21
        10: .line 155
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
        11: .line 156
            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 157
            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 158
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iconst_0
            aload 4 /* newRunAttributes */
            aastore
        14: .line 159
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iconst_0
            aload 5 /* newRunAttributeValues */
            aastore
        15: .line 161
            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 162
            goto 20
        17: .line 163
      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 164
            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 165
            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 162
      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 168
      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 180
            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 181
            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 203
            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 204
            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 228
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 232
            aload 1 /* text */
            ifnonnull 3
         2: .line 233
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 237
      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 238
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            istore 6 /* textEndIndex */
        start local 6 // int textEndIndex
         5: .line 239
            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 240
      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 243
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 7 /* textBuilder */
        start local 7 // java.lang.StringBuilder textBuilder
         8: .line 244
            aload 1 /* text */
            iload 2 /* beginIndex */
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
         9: .line 245
            aload 1 /* text */
            invokeinterface java.text.AttributedCharacterIterator.current:()C
            istore 8 /* c */
        start local 8 // char c
        10: goto 13
        11: .line 246
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 7 /* textBuilder */
            iload 8 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        12: .line 245
            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 247
            aload 0 /* this */
            aload 7 /* textBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield java.text.AttributedString.text:Ljava/lang/String;
        15: .line 249
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            if_icmpne 17
        16: .line 250
            return
        17: .line 253
      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 254
            aload 4 /* attributes */
            ifnonnull 21
        19: .line 255
            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 256
            goto 27
        21: .line 257
      StackMap locals: java.util.HashSet
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        22: goto 25
        23: .line 258
      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 257
            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 259
            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 261
      StackMap locals:
      StackMap stack:
            aload 8 /* keys */
            invokevirtual java.util.HashSet.isEmpty:()Z
            ifeq 29
        28: .line 262
            return
        29: .line 267
      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 268
            goto 55
        31: .line 269
      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 270
            aload 1 /* text */
            iload 5 /* textBeginIndex */
            invokeinterface java.text.AttributedCharacterIterator.setIndex:(I)C
            pop
        33: .line 271
            goto 54
        34: .line 272
      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 273
            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 274
            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 276
            aload 13 /* value */
            ifnull 53
        38: .line 277
            aload 13 /* value */
            instanceof java.text.Annotation
            ifeq 44
        39: .line 278
            iload 11 /* start */
            iload 2 /* beginIndex */
            if_icmplt 42
            iload 12 /* limit */
            iload 3 /* endIndex */
            if_icmpgt 42
        40: .line 279
            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 280
            goto 53
        42: .line 281
      StackMap locals: int int java.lang.Object
      StackMap stack:
            iload 12 /* limit */
            iload 3 /* endIndex */
            if_icmple 53
        43: .line 282
            goto 55
        44: .line 287
      StackMap locals:
      StackMap stack:
            iload 11 /* start */
            iload 3 /* endIndex */
            if_icmplt 46
        45: .line 288
            goto 55
        46: .line 289
      StackMap locals:
      StackMap stack:
            iload 12 /* limit */
            iload 2 /* beginIndex */
            if_icmple 53
        47: .line 291
            iload 11 /* start */
            iload 2 /* beginIndex */
            if_icmpge 49
        48: .line 292
            iload 2 /* beginIndex */
            istore 11 /* start */
        49: .line 293
      StackMap locals:
      StackMap stack:
            iload 12 /* limit */
            iload 3 /* endIndex */
            if_icmple 51
        50: .line 294
            iload 3 /* endIndex */
            istore 12 /* limit */
        51: .line 295
      StackMap locals:
      StackMap stack:
            iload 11 /* start */
            iload 12 /* limit */
            if_icmpeq 53
        52: .line 296
            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 301
      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 271
      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 268
      StackMap locals:
      StackMap stack:
            aload 9 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 31
        56: .line 304
            return
        end local 9 // java.util.Iterator itr
        end local 8 // java.util.HashSet keys
        end local 7 // java.lang.StringBuilder textBuilder
        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     textBuilder  Ljava/lang/StringBuilder;
           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 316
            aload 1 /* attribute */
            ifnonnull 2
         1: .line 317
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            istore 3 /* len */
        start local 3 // int len
         3: .line 321
            iload 3 /* len */
            ifne 5
         4: .line 322
            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 325
      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 326
            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 342
            aload 1 /* attribute */
            ifnonnull 2
         1: .line 343
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 346
      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 347
      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 350
      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 351
            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 369
            aload 1 /* attributes */
            ifnonnull 2
         1: .line 370
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 373
      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 374
      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 376
      StackMap locals:
      StackMap stack:
            iload 2 /* beginIndex */
            iload 3 /* endIndex */
            if_icmpne 8
         5: .line 377
            aload 1 /* attributes */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 7
         6: .line 378
            return
         7: .line 379
      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 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ifne 10
         9: .line 384
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
        10: .line 388
      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 389
            aload 0 /* this */
            iload 3 /* endIndex */
            invokevirtual java.text.AttributedString.ensureRunBreak:(I)I
            istore 5 /* endRunIndex */
        start local 5 // int endRunIndex
        12: .line 392
            aload 1 /* attributes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
        13: .line 391
            astore 6 /* iterator */
        start local 6 // java.util.Iterator iterator
        14: .line 393
            goto 17
        15: .line 394
      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 395
            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 393
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 397
            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 403
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ifne 2
         1: .line 404
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
         2: .line 408
      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 409
            aload 0 /* this */
            iload 4 /* endIndex */
            invokevirtual java.text.AttributedString.ensureRunBreak:(I)I
            istore 6 /* endRunIndex */
        start local 6 // int endRunIndex
         4: .line 411
            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 412
            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 416
            bipush 10
            newarray 10
            astore 1 /* newRunStarts */
        start local 1 // int[] newRunStarts
         1: .line 419
            bipush 10
            anewarray java.util.Vector
            astore 2 /* newRunAttributes */
        start local 2 // java.util.Vector[] newRunAttributes
         2: .line 422
            bipush 10
            anewarray java.util.Vector
            astore 3 /* newRunAttributeValues */
        start local 3 // java.util.Vector[] newRunAttributeValues
         3: .line 424
            aload 0 /* this */
            aload 1 /* newRunStarts */
            putfield java.text.AttributedString.runStarts:[I
         4: .line 425
            aload 0 /* this */
            aload 2 /* newRunAttributes */
            putfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
         5: .line 426
            aload 0 /* this */
            aload 3 /* newRunAttributeValues */
            putfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
         6: .line 427
            aload 0 /* this */
            iconst_1
            putfield java.text.AttributedString.runCount:I
         7: .line 428
            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    8     0                   this  Ljava/text/AttributedString;
            1    8     1           newRunStarts  [I
            2    8     2       newRunAttributes  [Ljava/util/Vector;
            3    8     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 432
            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 447
            iload 1 /* offset */
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            if_icmpne 2
         1: .line 448
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ireturn
         2: .line 452
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* runIndex */
        start local 3 // int runIndex
         3: .line 453
            goto 5
         4: .line 454
      StackMap locals: int
      StackMap stack:
            iinc 3 /* runIndex */ 1
         5: .line 453
      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 458
      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 459
            iload 3 /* runIndex */
            ireturn
         8: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            arraylength
            istore 4 /* currentCapacity */
        start local 4 // int currentCapacity
         9: .line 465
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            iload 4 /* currentCapacity */
            if_icmpne 20
        10: .line 467
            iload 4 /* currentCapacity */
            iload 4 /* currentCapacity */
            iconst_2
            ishr
            iadd
            istore 5 /* newCapacity */
        start local 5 // int newCapacity
        11: .line 471
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 5 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([II)[I
        12: .line 470
            astore 6 /* newRunStarts */
        start local 6 // int[] newRunStarts
        13: .line 473
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast java.util.Vector[]
        14: .line 472
            astore 7 /* newRunAttributes */
        start local 7 // java.util.Vector[] newRunAttributes
        15: .line 475
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 5 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast java.util.Vector[]
        16: .line 474
            astore 8 /* newRunAttributeValues */
        start local 8 // java.util.Vector[] newRunAttributeValues
        17: .line 477
            aload 0 /* this */
            aload 6 /* newRunStarts */
            putfield java.text.AttributedString.runStarts:[I
        18: .line 478
            aload 0 /* this */
            aload 7 /* newRunAttributes */
            putfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
        19: .line 479
            aload 0 /* this */
            aload 8 /* newRunAttributeValues */
            putfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
        end local 8 // java.util.Vector[] newRunAttributeValues
        end local 7 // java.util.Vector[] newRunAttributes
        end local 6 // int[] newRunStarts
        end local 5 // int newCapacity
        20: .line 484
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 5 /* newRunAttributes */
        start local 5 // java.util.Vector newRunAttributes
        21: .line 485
            aconst_null
            astore 6 /* newRunAttributeValues */
        start local 6 // java.util.Vector newRunAttributeValues
        22: .line 487
            iload 2 /* copyAttrs */
            ifeq 29
        23: .line 488
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* runIndex */
            iconst_1
            isub
            aaload
            astore 7 /* oldRunAttributes */
        start local 7 // java.util.Vector oldRunAttributes
        24: .line 489
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 3 /* runIndex */
            iconst_1
            isub
            aaload
            astore 8 /* oldRunAttributeValues */
        start local 8 // java.util.Vector oldRunAttributeValues
        25: .line 490
            aload 7 /* oldRunAttributes */
            ifnull 27
        26: .line 491
            new java.util.Vector
            dup
            aload 7 /* oldRunAttributes */
            invokespecial java.util.Vector.<init>:(Ljava/util/Collection;)V
            astore 5 /* newRunAttributes */
        27: .line 493
      StackMap locals: java.text.AttributedString int int int int java.util.Vector java.util.Vector java.util.Vector java.util.Vector
      StackMap stack:
            aload 8 /* oldRunAttributeValues */
            ifnull 29
        28: .line 494
            new java.util.Vector
            dup
            aload 8 /* oldRunAttributeValues */
            invokespecial java.util.Vector.<init>:(Ljava/util/Collection;)V
            astore 6 /* newRunAttributeValues */
        end local 8 // java.util.Vector oldRunAttributeValues
        end local 7 // java.util.Vector oldRunAttributes
        29: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield java.text.AttributedString.runCount:I
            iconst_1
            iadd
            putfield java.text.AttributedString.runCount:I
        30: .line 500
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        31: goto 36
        32: .line 501
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 7 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 7 /* i */
            iconst_1
            isub
            iaload
            iastore
        33: .line 502
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 7 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 7 /* i */
            iconst_1
            isub
            aaload
            aastore
        34: .line 503
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 7 /* i */
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 7 /* i */
            iconst_1
            isub
            aaload
            aastore
        35: .line 500
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        36: iload 7 /* i */
            iload 3 /* runIndex */
            if_icmpgt 32
        end local 7 // int i
        37: .line 505
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 3 /* runIndex */
            iload 1 /* offset */
            iastore
        38: .line 506
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* runIndex */
            aload 5 /* newRunAttributes */
            aastore
        39: .line 507
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributeValues:[Ljava/util/Vector;
            iload 3 /* runIndex */
            aload 6 /* newRunAttributeValues */
            aastore
        40: .line 509
            iload 3 /* runIndex */
            ireturn
        end local 6 // java.util.Vector newRunAttributeValues
        end local 5 // java.util.Vector newRunAttributes
        end local 4 // int currentCapacity
        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   41     0                   this  Ljava/text/AttributedString;
            0   41     1                 offset  I
            0   41     2              copyAttrs  Z
            3   41     3               runIndex  I
            9   41     4        currentCapacity  I
           11   20     5            newCapacity  I
           13   20     6           newRunStarts  [I
           15   20     7       newRunAttributes  [Ljava/util/Vector;
           17   20     8  newRunAttributeValues  [Ljava/util/Vector;
           21   41     5       newRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
           22   41     6  newRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
           24   29     7       oldRunAttributes  Ljava/util/Vector<Ljava/text/AttributedCharacterIterator$Attribute;>;
           25   29     8  oldRunAttributeValues  Ljava/util/Vector<Ljava/lang/Object;>;
           31   37     7                      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 516
            iload 3 /* beginRunIndex */
            istore 5 /* i */
        start local 5 // int i
         1: goto 21
         2: .line 517
      StackMap locals: int
      StackMap stack:
            iconst_m1
            istore 6 /* keyValueIndex */
        start local 6 // int keyValueIndex
         3: .line 518
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aaload
            ifnonnull 9
         4: .line 519
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 7 /* newRunAttributes */
        start local 7 // java.util.Vector newRunAttributes
         5: .line 520
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 8 /* newRunAttributeValues */
        start local 8 // java.util.Vector newRunAttributeValues
         6: .line 521
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 5 /* i */
            aload 7 /* newRunAttributes */
            aastore
         7: .line 522
            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 523
            goto 10
         9: .line 525
      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 528
      StackMap locals:
      StackMap stack:
            iload 6 /* keyValueIndex */
            iconst_m1
            if_icmpne 19
        11: .line 530
            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 531
            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 533
            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 534
            goto 20
        15: .line 535
      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 536
            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 537
            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 539
            goto 20
        19: .line 541
      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 516
      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 544
            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 553
            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 568
            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 588
            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 597
            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 601
            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 605
            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 606
            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 607
            aload 3 /* currentRunAttributes */
            ifnonnull 4
         3: .line 608
            aconst_null
            areturn
         4: .line 610
      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 611
            iload 5 /* attributeIndex */
            iconst_m1
            if_icmpeq 7
         6: .line 612
            aload 4 /* currentRunAttributeValues */
            iload 5 /* attributeIndex */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            areturn
         7: .line 615
      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 621
            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 622
            aload 5 /* value */
            instanceof java.text.Annotation
            ifeq 27
         2: .line 624
            iload 3 /* beginIndex */
            ifle 12
         3: .line 625
            iload 2 /* runIndex */
            istore 6 /* currIndex */
        start local 6 // int currIndex
         4: .line 626
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 6 /* currIndex */
            iaload
            istore 7 /* runStart */
        start local 7 // int runStart
         5: .line 627
            goto 8
         6: .line 629
      StackMap locals: java.lang.Object int int
      StackMap stack:
            iinc 6 /* currIndex */ -1
         7: .line 630
            aload 0 /* this */
            getfield java.text.AttributedString.runStarts:[I
            iload 6 /* currIndex */
            iaload
            istore 7 /* runStart */
         8: .line 627
      StackMap locals:
      StackMap stack:
            iload 7 /* runStart */
            iload 3 /* beginIndex */
            if_icmplt 10
         9: .line 628
            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 632
      StackMap locals:
      StackMap stack:
            iload 7 /* runStart */
            iload 3 /* beginIndex */
            if_icmpge 12
        11: .line 634
            aconst_null
            areturn
        end local 7 // int runStart
        end local 6 // int currIndex
        12: .line 637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.text.AttributedString.length:()I
            istore 6 /* textLength */
        start local 6 // int textLength
        13: .line 638
            iload 4 /* endIndex */
            iload 6 /* textLength */
            if_icmpge 27
        14: .line 639
            iload 2 /* runIndex */
            istore 7 /* currIndex */
        start local 7 // int currIndex
        15: .line 640
            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 641
            goto 23
        19: .line 643
      StackMap locals: int
      StackMap stack:
            iinc 7 /* currIndex */ 1
        20: .line 644
            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 641
      StackMap locals:
      StackMap stack:
            iload 8 /* runLimit */
            iload 4 /* endIndex */
            if_icmpgt 25
        24: .line 642
            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 646
      StackMap locals:
      StackMap stack:
            iload 8 /* runLimit */
            iload 4 /* endIndex */
            if_icmple 27
        26: .line 648
            aconst_null
            areturn
        end local 8 // int runLimit
        end local 7 // int currIndex
        end local 6 // int textLength
        27: .line 654
      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 659
            aload 1 /* attributes */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4 /* iterator */
        start local 4 // java.util.Iterator iterator
         1: .line 660
            goto 5
         2: .line 661
      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 662
            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 663
            iconst_0
            ireturn
        end local 5 // java.text.AttributedCharacterIterator$Attribute key
         5: .line 660
      StackMap locals:
      StackMap stack:
            aload 4 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 666
            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 671
            aload 0 /* value1 */
            ifnonnull 3
         1: .line 672
            aload 1 /* value2 */
            ifnonnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 674
      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 684
            aload 2 /* iterator */
            invokeinterface java.text.CharacterIterator.getBeginIndex:()I
            istore 3 /* index */
        start local 3 // int index
         1: .line 685
            aload 2 /* iterator */
            invokeinterface java.text.CharacterIterator.getEndIndex:()I
            istore 4 /* end */
        start local 4 // int end
         2: .line 687
            goto 5
         3: .line 688
      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 689
            aload 1 /* buf */
            aload 2 /* iterator */
            invokeinterface java.text.CharacterIterator.current:()C
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 687
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iload 4 /* end */
            if_icmplt 3
         6: .line 691
            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 699
            aload 0 /* this */
            getfield java.text.AttributedString.runCount:I
            ifne 2
         1: .line 700
            aload 0 /* this */
            invokevirtual java.text.AttributedString.createRunAttributeDataVectors:()V
         2: .line 703
      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 706
            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 707
            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 708
            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 709
            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 711
            goto 12
         9: .line 712
      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 714
            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 715
            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 711
      StackMap locals:
      StackMap stack:
            aload 7 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 717
            aload 0 /* this */
            getfield java.text.AttributedString.runAttributes:[Ljava/util/Vector;
            iload 3 /* index */
            aload 5 /* runAttrs */
            aastore
        14: .line 718
            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 720
      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 726
            aload 0 /* last */
            ifnonnull 3
         1: .line 727
            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 729
      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