class sun.text.normalizer.Trie2$Trie2Iterator implements java.util.Iterator<sun.text.normalizer.Trie2$Range>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.text.normalizer.Trie2$Trie2Iterator
  super_class: java.lang.Object
{
  private sun.text.normalizer.Trie2$ValueMapper mapper;
    descriptor: Lsun/text/normalizer/Trie2$ValueMapper;
    flags: (0x0002) ACC_PRIVATE

  private sun.text.normalizer.Trie2$Range returnValue;
    descriptor: Lsun/text/normalizer/Trie2$Range;
    flags: (0x0002) ACC_PRIVATE

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

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

  private boolean doingCodePoints;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean doLeadSurrogates;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final sun.text.normalizer.Trie2 this$0;
    descriptor: Lsun/text/normalizer/Trie2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.text.normalizer.Trie2, sun.text.normalizer.Trie2$ValueMapper);
    descriptor: (Lsun/text/normalizer/Trie2;Lsun/text/normalizer/Trie2$ValueMapper;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
        start local 2 // sun.text.normalizer.Trie2$ValueMapper vm
         0: .line 494
            aload 0 /* this */
            aload 1
            putfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 588
            aload 0 /* this */
            new sun.text.normalizer.Trie2$Range
            dup
            invokespecial sun.text.normalizer.Trie2$Range.<init>:()V
            putfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
         2: .line 597
            aload 0 /* this */
            iconst_1
            putfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
         3: .line 601
            aload 0 /* this */
            iconst_1
            putfield sun.text.normalizer.Trie2$Trie2Iterator.doLeadSurrogates:Z
         4: .line 495
            aload 0 /* this */
            aload 2 /* vm */
            putfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
         5: .line 496
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
         6: .line 497
            aload 0 /* this */
            ldc 1114112
            putfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
         7: .line 498
            aload 0 /* this */
            iconst_1
            putfield sun.text.normalizer.Trie2$Trie2Iterator.doLeadSurrogates:Z
         8: .line 499
            return
        end local 2 // sun.text.normalizer.Trie2$ValueMapper vm
        end local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/text/normalizer/Trie2$Trie2Iterator;
            0    9     2    vm  Lsun/text/normalizer/Trie2$ValueMapper;
    MethodParameters:
        Name  Flags
      this$0  final
      vm      

  public sun.text.normalizer.Trie2$Range next();
    descriptor: ()Lsun/text/normalizer/Trie2$Range;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
         0: .line 506
            aload 0 /* this */
            invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.hasNext:()Z
            ifne 2
         1: .line 507
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
            if_icmplt 5
         3: .line 512
            aload 0 /* this */
            iconst_0
            putfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
         4: .line 513
            aload 0 /* this */
            ldc 55296
            putfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
         5: .line 515
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* endOfRange */
        start local 1 // int endOfRange
         6: .line 516
            iconst_0
            istore 2 /* val */
        start local 2 // int val
         7: .line 517
            iconst_0
            istore 3 /* mappedVal */
        start local 3 // int mappedVal
         8: .line 519
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
            ifeq 19
         9: .line 521
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            invokevirtual sun.text.normalizer.Trie2.get:(I)I
            istore 2 /* val */
        10: .line 522
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
            iload 2 /* val */
            invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
            istore 3 /* mappedVal */
        11: .line 523
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
            iload 2 /* val */
            invokevirtual sun.text.normalizer.Trie2.rangeEnd:(III)I
            istore 1 /* endOfRange */
        12: .line 527
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* endOfRange */
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
            iconst_1
            isub
            if_icmplt 14
        13: .line 528
            goto 29
        14: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            iload 1 /* endOfRange */
            iconst_1
            iadd
            invokevirtual sun.text.normalizer.Trie2.get:(I)I
            istore 2 /* val */
        15: .line 531
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
            iload 2 /* val */
            invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
            iload 3 /* mappedVal */
            if_icmpeq 17
        16: .line 532
            goto 29
        17: .line 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            iload 1 /* endOfRange */
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
            iload 2 /* val */
            invokevirtual sun.text.normalizer.Trie2.rangeEnd:(III)I
            istore 1 /* endOfRange */
        18: .line 526
            goto 12
        19: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            i2c
            invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
            istore 2 /* val */
        20: .line 539
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
            iload 2 /* val */
            invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
            istore 3 /* mappedVal */
        21: .line 540
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            i2c
            invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.rangeEndLS:(C)I
            istore 1 /* endOfRange */
        22: .line 544
      StackMap locals:
      StackMap stack:
            iload 1 /* endOfRange */
            ldc 56319
            if_icmplt 24
        23: .line 545
            goto 29
        24: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            iload 1 /* endOfRange */
            iconst_1
            iadd
            i2c
            invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
            istore 2 /* val */
        25: .line 548
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.mapper:Lsun/text/normalizer/Trie2$ValueMapper;
            iload 2 /* val */
            invokeinterface sun.text.normalizer.Trie2$ValueMapper.map:(I)I
            iload 3 /* mappedVal */
            if_icmpeq 27
        26: .line 549
            goto 29
        27: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* endOfRange */
            iconst_1
            iadd
            i2c
            invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.rangeEndLS:(C)I
            istore 1 /* endOfRange */
        28: .line 543
            goto 22
        29: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            putfield sun.text.normalizer.Trie2$Range.startCodePoint:I
        30: .line 555
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
            iload 1 /* endOfRange */
            putfield sun.text.normalizer.Trie2$Range.endCodePoint:I
        31: .line 556
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
            iload 3 /* mappedVal */
            putfield sun.text.normalizer.Trie2$Range.value:I
        32: .line 557
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
            ifeq 33
            iconst_0
            goto 34
      StackMap locals:
      StackMap stack: sun.text.normalizer.Trie2$Range
        33: iconst_1
      StackMap locals: sun.text.normalizer.Trie2$Trie2Iterator int int int
      StackMap stack: sun.text.normalizer.Trie2$Range int
        34: putfield sun.text.normalizer.Trie2$Range.leadSurrogate:Z
        35: .line 558
            aload 0 /* this */
            iload 1 /* endOfRange */
            iconst_1
            iadd
            putfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
        36: .line 559
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.returnValue:Lsun/text/normalizer/Trie2$Range;
            areturn
        end local 3 // int mappedVal
        end local 2 // int val
        end local 1 // int endOfRange
        end local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Lsun/text/normalizer/Trie2$Trie2Iterator;
            6   37     1  endOfRange  I
            7   37     2         val  I
            8   37     3   mappedVal  I

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
         0: .line 566
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.doingCodePoints:Z
            ifeq 1
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.doLeadSurrogates:Z
            ifne 2
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.limitCP:I
            if_icmplt 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.nextStart:I
            ldc 56320
            if_icmplt 2
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/normalizer/Trie2$Trie2Iterator;

  private int rangeEndLS(char);
    descriptor: (C)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
        start local 1 // char startingLS
         0: .line 570
            iload 1 /* startingLS */
            ldc 56319
            if_icmplt 2
         1: .line 571
            ldc 56319
            ireturn
         2: .line 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            iload 1 /* startingLS */
            invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
            istore 3 /* val */
        start local 3 // int val
         3: .line 576
            iload 1 /* startingLS */
            iconst_1
            iadd
            istore 2 /* c */
        start local 2 // int c
         4: goto 8
         5: .line 577
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.Trie2$Trie2Iterator.this$0:Lsun/text/normalizer/Trie2;
            iload 2 /* c */
            i2c
            invokevirtual sun.text.normalizer.Trie2.getFromU16SingleLead:(C)I
            iload 3 /* val */
            if_icmpeq 7
         6: .line 578
            goto 9
         7: .line 576
      StackMap locals:
      StackMap stack:
            iinc 2 /* c */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* c */
            ldc 56319
            if_icmple 5
         9: .line 581
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            iconst_1
            isub
            ireturn
        end local 3 // int val
        end local 2 // int c
        end local 1 // char startingLS
        end local 0 // sun.text.normalizer.Trie2$Trie2Iterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lsun/text/normalizer/Trie2$Trie2Iterator;
            0   10     1  startingLS  C
            4   10     2           c  I
            3   10     3         val  I
    MethodParameters:
            Name  Flags
      startingLS  

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.text.normalizer.Trie2$Trie2Iterator.next:()Lsun/text/normalizer/Trie2$Range;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lsun/text/normalizer/Trie2$Range;>;
SourceFile: "Trie2.java"
NestHost: sun.text.normalizer.Trie2
InnerClasses:
  public Range = sun.text.normalizer.Trie2$Range of sun.text.normalizer.Trie2
  Trie2Iterator = sun.text.normalizer.Trie2$Trie2Iterator of sun.text.normalizer.Trie2
  public abstract ValueMapper = sun.text.normalizer.Trie2$ValueMapper of sun.text.normalizer.Trie2