class sun.java2d.pisces.Curve$1 implements java.util.Iterator<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.java2d.pisces.Curve$1
  super_class: java.lang.Object
{
  final java.lang.Integer i0;
    descriptor: Ljava/lang/Integer;
    flags: (0x0010) ACC_FINAL

  final java.lang.Integer itype;
    descriptor: Ljava/lang/Integer;
    flags: (0x0010) ACC_FINAL

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

  java.lang.Integer curCurveOff;
    descriptor: Ljava/lang/Integer;
    flags: (0x0000) 

  float prevT;
    descriptor: F
    flags: (0x0000) 

  private final int val$numTs;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final float[] val$Ts;
    descriptor: [F
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final float[] val$pts;
    descriptor: [F
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$type;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(int, int, float[], float[]);
    descriptor: (II[F[F)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.java2d.pisces.Curve$1 this
         0: .line 253
            aload 0 /* this */
            iload 1
            putfield sun.java2d.pisces.Curve$1.val$type:I
            aload 0 /* this */
            iload 2
            putfield sun.java2d.pisces.Curve$1.val$numTs:I
            aload 0 /* this */
            aload 3
            putfield sun.java2d.pisces.Curve$1.val$Ts:[F
            aload 0 /* this */
            aload 4
            putfield sun.java2d.pisces.Curve$1.val$pts:[F
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 257
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield sun.java2d.pisces.Curve$1.i0:Ljava/lang/Integer;
         2: .line 258
            aload 0 /* this */
            iload 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield sun.java2d.pisces.Curve$1.itype:Ljava/lang/Integer;
         3: .line 259
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.Curve$1.nextCurveIdx:I
         4: .line 260
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.i0:Ljava/lang/Integer;
            putfield sun.java2d.pisces.Curve$1.curCurveOff:Ljava/lang/Integer;
         5: .line 261
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.pisces.Curve$1.prevT:F
         6: .line 253
            return
        end local 0 // sun.java2d.pisces.Curve$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/pisces/Curve$1;
    MethodParameters:
           Name  Flags
      val$type   final
      val$numTs  final
      val$Ts     final
      val$pts    final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Curve$1 this
         0: .line 264
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.nextCurveIdx:I
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$numTs:I
            iconst_1
            iadd
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.java2d.pisces.Curve$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/pisces/Curve$1;

  public java.lang.Integer next();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // sun.java2d.pisces.Curve$1 this
         0: .line 269
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.nextCurveIdx:I
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$numTs:I
            if_icmpge 12
         1: .line 270
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$Ts:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.nextCurveIdx:I
            faload
            fstore 2 /* curT */
        start local 2 // float curT
         2: .line 271
            fload 2 /* curT */
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.prevT:F
            fsub
            fconst_1
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.prevT:F
            fsub
            fdiv
            fstore 3 /* splitT */
        start local 3 // float splitT
         3: .line 272
            fload 3 /* splitT */
         4: .line 273
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$pts:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.curCurveOff:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
         5: .line 274
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$pts:[F
            iconst_0
         6: .line 275
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$pts:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$type:I
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.val$type:I
         7: .line 272
            invokestatic sun.java2d.pisces.Helpers.subdivideAt:(F[FI[FI[FII)V
         8: .line 276
            aload 0 /* this */
            fload 2 /* curT */
            putfield sun.java2d.pisces.Curve$1.prevT:F
         9: .line 277
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.i0:Ljava/lang/Integer;
            astore 1 /* ret */
        start local 1 // java.lang.Integer ret
        10: .line 278
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.itype:Ljava/lang/Integer;
            putfield sun.java2d.pisces.Curve$1.curCurveOff:Ljava/lang/Integer;
        end local 3 // float splitT
        end local 2 // float curT
        11: .line 279
            goto 13
        end local 1 // java.lang.Integer ret
        12: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Curve$1.curCurveOff:Ljava/lang/Integer;
            astore 1 /* ret */
        start local 1 // java.lang.Integer ret
        13: .line 282
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.Curve$1.nextCurveIdx:I
            iconst_1
            iadd
            putfield sun.java2d.pisces.Curve$1.nextCurveIdx:I
        14: .line 283
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Integer ret
        end local 0 // sun.java2d.pisces.Curve$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/java2d/pisces/Curve$1;
           10   12     1     ret  Ljava/lang/Integer;
           13   15     1     ret  Ljava/lang/Integer;
            2   11     2    curT  F
            3   11     3  splitT  F

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Curve$1 this
         0: .line 286
            return
        end local 0 // sun.java2d.pisces.Curve$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pisces/Curve$1;

  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.java2d.pisces.Curve$1.next:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Integer;>;
SourceFile: "Curve.java"
EnclosingMethod: sun.java2d.pisces.Curve.breakPtsAtTs:([FI[FI)Ljava/util/Iterator;
NestHost: sun.java2d.pisces.Curve
InnerClasses:
  sun.java2d.pisces.Curve$1