public final class sun.text.ComposedCharIter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.text.ComposedCharIter
  super_class: java.lang.Object
{
  public static final int DONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static int[] chars;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.String[] decomps;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int decompNum;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 46
            sipush 2000
            istore 0 /* maxNum */
        start local 0 // int maxNum
         1: .line 47
            iload 0 /* maxNum */
            newarray 10
            putstatic sun.text.ComposedCharIter.chars:[I
         2: .line 48
            iload 0 /* maxNum */
            anewarray java.lang.String
            putstatic sun.text.ComposedCharIter.decomps:[Ljava/lang/String;
         3: .line 49
            getstatic sun.text.ComposedCharIter.chars:[I
            getstatic sun.text.ComposedCharIter.decomps:[Ljava/lang/String;
            invokestatic sun.text.normalizer.NormalizerImpl.getDecompose:([I[Ljava/lang/String;)I
            putstatic sun.text.ComposedCharIter.decompNum:I
        end local 0 // int maxNum
         4: .line 50
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1    4     0  maxNum  I

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.ComposedCharIter this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            iconst_m1
            putfield sun.text.ComposedCharIter.curChar:I
         2: .line 57
            return
        end local 0 // sun.text.ComposedCharIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/ComposedCharIter;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.text.ComposedCharIter this
         0: .line 67
            aload 0 /* this */
            getfield sun.text.ComposedCharIter.curChar:I
            getstatic sun.text.ComposedCharIter.decompNum:I
            iconst_1
            isub
            if_icmpne 2
         1: .line 68
            iconst_m1
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            getstatic sun.text.ComposedCharIter.chars:[I
            aload 0 /* this */
            dup
            getfield sun.text.ComposedCharIter.curChar:I
            iconst_1
            iadd
            dup_x1
            putfield sun.text.ComposedCharIter.curChar:I
            iaload
            ireturn
        end local 0 // sun.text.ComposedCharIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/ComposedCharIter;

  public java.lang.String decomposition();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.ComposedCharIter this
         0: .line 80
            getstatic sun.text.ComposedCharIter.decomps:[Ljava/lang/String;
            aload 0 /* this */
            getfield sun.text.ComposedCharIter.curChar:I
            aaload
            areturn
        end local 0 // sun.text.ComposedCharIter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/ComposedCharIter;
}
SourceFile: "ComposedCharIter.java"