class org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator implements java.util.Iterator<double[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.oned.Sphere1D> firstStart;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;>;

  private org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.oned.Sphere1D> current;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;>;

  private double[] pending;
    descriptor: [D
    flags: (0x0002) ACC_PRIVATE

  final org.apache.commons.math3.geometry.spherical.oned.ArcsSet this$0;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.geometry.spherical.oned.ArcsSet);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
         0: .line 601
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 603
            aload 0 /* this */
            aload 1
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getFirstArcStart:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.firstStart:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         2: .line 604
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.firstStart:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         3: .line 606
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.firstStart:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            ifnonnull 11
         4: .line 608
            aload 1
            aload 1
            iconst_0
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getFirstLeaf:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 9
         5: .line 610
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
         6: .line 611
            dconst_0
            dastore
            dup
            iconst_1
            ldc 6.283185307179586
            dastore
         7: .line 610
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
         8: .line 613
            goto 12
         9: .line 614
      StackMap locals: org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator org.apache.commons.math3.geometry.spherical.oned.ArcsSet
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
        10: .line 616
            goto 12
        11: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.selectPending:()V
        12: .line 619
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet$SubArcsIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  private void selectPending();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
         0: .line 626
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 1 /* start */
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree start
         1: .line 627
            goto 3
         2: .line 628
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.nextInternalNode:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 1 /* start */
         3: .line 627
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            ifnull 4
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.isArcStart:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 2
         4: .line 631
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            ifnonnull 8
         5: .line 633
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         6: .line 634
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
         7: .line 635
            return
         8: .line 639
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            astore 2 /* end */
        start local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree end
         9: .line 640
            goto 11
        10: .line 641
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.nextInternalNode:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 2 /* end */
        11: .line 640
      StackMap locals:
      StackMap stack:
            aload 2 /* end */
            ifnull 12
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.isArcEnd:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 10
        12: .line 644
      StackMap locals:
      StackMap stack:
            aload 2 /* end */
            ifnull 18
        13: .line 647
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
        14: .line 648
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
        15: .line 647
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
        16: .line 652
            aload 0 /* this */
            aload 2 /* end */
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
        17: .line 654
            goto 28
        18: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.firstStart:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 2 /* end */
        19: .line 658
            goto 21
        20: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.previousInternalNode:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 2 /* end */
        21: .line 658
      StackMap locals:
      StackMap stack:
            aload 2 /* end */
            ifnull 22
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.isArcEnd:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 20
        22: .line 661
      StackMap locals:
      StackMap stack:
            aload 2 /* end */
            ifnonnull 24
        23: .line 663
            new org.apache.commons.math3.exception.MathInternalError
            dup
            invokespecial org.apache.commons.math3.exception.MathInternalError.<init>:()V
            athrow
        24: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
        25: .line 668
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.this$0:Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            ldc 6.283185307179586
            dadd
            dastore
        26: .line 667
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
        27: .line 672
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
        28: .line 676
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree end
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree start
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet$SubArcsIterator;
            1   29     1  start  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;>;
            9   29     2    end  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;>;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
         0: .line 680
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet$SubArcsIterator;

  public double[] next();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
         0: .line 685
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
            ifnonnull 2
         1: .line 686
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 688
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.pending:[D
            astore 1 /* next */
        start local 1 // double[] next
         3: .line 689
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.selectPending:()V
         4: .line 690
            aload 1 /* next */
            areturn
        end local 1 // double[] next
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet$SubArcsIterator;
            3    5     1  next  [D

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
         0: .line 695
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/ArcsSet$SubArcsIterator;

  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 org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator.next:()[D
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<[D>;
SourceFile: "ArcsSet.java"
NestHost: org.apache.commons.math3.geometry.spherical.oned.ArcsSet
InnerClasses:
  private SubArcsIterator = org.apache.commons.math3.geometry.spherical.oned.ArcsSet$SubArcsIterator of org.apache.commons.math3.geometry.spherical.oned.ArcsSet