class org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator implements java.util.Iterator<double[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator
  super_class: java.lang.Object
{
  private org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D> 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/euclidean/oned/Euclidean1D;>;

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

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

  void <init>(org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator this
         0: .line 592
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 594
            aload 0 /* this */
            aload 1
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getFirstIntervalBoundary:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         2: .line 596
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            ifnonnull 10
         3: .line 598
            aload 1
            aload 1
            iconst_0
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.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 8
         4: .line 600
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
         5: .line 601
            ldc -Infinity
            dastore
            dup
            iconst_1
            ldc Infinity
            dastore
         6: .line 600
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
         7: .line 603
            goto 16
         8: .line 604
      StackMap locals: org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
         9: .line 606
            goto 16
      StackMap locals:
      StackMap stack:
        10: aload 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.isIntervalEnd:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 15
        11: .line 609
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
        12: .line 610
            ldc -Infinity
            dastore
            dup
            iconst_1
            aload 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
        13: .line 609
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
        14: .line 612
            goto 16
        15: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.selectPending:()V
        16: .line 615
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet$SubIntervalsIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  private void selectPending();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator this
         0: .line 622
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 1 /* start */
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree start
         1: .line 623
            goto 3
         2: .line 624
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.nextInternalNode:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 1 /* start */
         3: .line 623
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            ifnull 4
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.isIntervalStart:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 2
         4: .line 627
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            ifnonnull 8
         5: .line 629
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         6: .line 630
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
         7: .line 631
            return
         8: .line 635
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            astore 2 /* end */
        start local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree end
         9: .line 636
            goto 11
        10: .line 637
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.nextInternalNode:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 2 /* end */
        11: .line 636
      StackMap locals:
      StackMap stack:
            aload 2 /* end */
            ifnull 12
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.isIntervalEnd:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 10
        12: .line 640
      StackMap locals:
      StackMap stack:
            aload 2 /* end */
            ifnull 18
        13: .line 643
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
        14: .line 644
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 2 /* end */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
        15: .line 643
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
        16: .line 648
            aload 0 /* this */
            aload 2 /* end */
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
        17: .line 650
            goto 22
        18: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
        19: .line 654
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            aload 1 /* start */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
            dastore
            dup
            iconst_1
            ldc Infinity
            dastore
        20: .line 653
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
        21: .line 658
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
        22: .line 662
      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.euclidean.oned.IntervalsSet$SubIntervalsIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet$SubIntervalsIterator;
            1   23     1  start  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
            9   23     2    end  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;

  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.euclidean.oned.IntervalsSet$SubIntervalsIterator this
         0: .line 666
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet$SubIntervalsIterator;

  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.euclidean.oned.IntervalsSet$SubIntervalsIterator this
         0: .line 671
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
            ifnonnull 2
         1: .line 672
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
            astore 1 /* next */
        start local 1 // double[] next
         3: .line 675
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.selectPending:()V
         4: .line 676
            aload 1 /* next */
            areturn
        end local 1 // double[] next
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet$SubIntervalsIterator;
            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.euclidean.oned.IntervalsSet$SubIntervalsIterator this
         0: .line 681
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet$SubIntervalsIterator;

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