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 0: aload 0
aload 1
putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
ifnonnull 10
3: 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: aload 0
iconst_2
newarray 7
dup
iconst_0
5: ldc -Infinity
dastore
dup
iconst_1
ldc Infinity
dastore
6: putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
7: goto 16
8: StackMap locals: org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
StackMap stack:
aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
9: goto 16
StackMap locals:
StackMap stack:
10: aload 1
aload 0
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: aload 0
iconst_2
newarray 7
dup
iconst_0
12: ldc -Infinity
dastore
dup
iconst_1
aload 1
aload 0
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: putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
14: goto 16
15: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.selectPending:()V
16: StackMap locals:
StackMap stack:
return
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 1
start local 1 1: goto 3
2: StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 1
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
3: StackMap locals:
StackMap stack:
aload 1
ifnull 4
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.isIntervalStart:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
ifeq 2
4: StackMap locals:
StackMap stack:
aload 1
ifnonnull 8
5: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
6: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
7: return
8: StackMap locals:
StackMap stack:
aload 1
astore 2
start local 2 9: goto 11
10: StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 2
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
11: StackMap locals:
StackMap stack:
aload 2
ifnull 12
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 2
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.isIntervalEnd:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
ifeq 10
12: StackMap locals:
StackMap stack:
aload 2
ifnull 18
13: aload 0
iconst_2
newarray 7
dup
iconst_0
14: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
dastore
dup
iconst_1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 2
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.getAngle:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)D
dastore
15: putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
16: aload 0
aload 2
putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
17: goto 22
18: StackMap locals:
StackMap stack:
aload 0
iconst_2
newarray 7
dup
iconst_0
19: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.this$0:Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
aload 1
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: putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
21: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.current:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
22: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
ifnonnull 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.pending:[D
astore 1
start local 1 3: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet$SubIntervalsIterator.selectPending:()V
4: aload 1
areturn
end local 1 end local 0 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 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 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: 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