class org.apache.commons.math3.geometry.partitioning.AbstractRegion$1 implements java.util.Comparator<org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.geometry.partitioning.AbstractRegion$1
super_class: java.lang.Object
{
final org.apache.commons.math3.geometry.partitioning.AbstractRegion this$0;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.geometry.partitioning.AbstractRegion);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.commons.math3.geometry.partitioning.AbstractRegion$1.this$0:Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion$1;
MethodParameters:
Name Flags
this$0 final
public int compare(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>, org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getSize:()D
dstore 3
start local 3 1: aload 2
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getSize:()D
dstore 5
start local 5 2: dload 5
dload 3
dcmpg
ifge 3
iconst_m1
goto 5
StackMap locals: double double
StackMap stack:
3: aload 1
aload 2
if_acmpne 4
iconst_0
goto 5
StackMap locals:
StackMap stack:
4: iconst_1
StackMap locals:
StackMap stack: int
5: ireturn
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion$1;
0 6 1 o1 Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
0 6 2 o2 Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
1 6 3 size1 D
2 6 5 size2 D
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;)I
MethodParameters:
Name Flags
o1 final
o2 final
public int compare(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.apache.commons.math3.geometry.partitioning.SubHyperplane
aload 2
checkcast org.apache.commons.math3.geometry.partitioning.SubHyperplane
invokevirtual org.apache.commons.math3.geometry.partitioning.AbstractRegion$1.compare:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;>;
SourceFile: "AbstractRegion.java"
EnclosingMethod: org.apache.commons.math3.geometry.partitioning.AbstractRegion.<init>:(Ljava/util/Collection;D)V
NestHost: org.apache.commons.math3.geometry.partitioning.AbstractRegion
InnerClasses:
org.apache.commons.math3.geometry.partitioning.AbstractRegion$1