public class org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane<U extends org.apache.commons.math3.geometry.Space>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> plus;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;

  private final org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> minus;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;

  public void <init>(org.apache.commons.math3.geometry.partitioning.SubHyperplane<U>, org.apache.commons.math3.geometry.partitioning.SubHyperplane<U>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
        start local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plus
        start local 2 // org.apache.commons.math3.geometry.partitioning.SubHyperplane minus
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 113
            aload 0 /* this */
            aload 1 /* plus */
            putfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
         2: .line 114
            aload 0 /* this */
            aload 2 /* minus */
            putfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
         3: .line 115
            return
        end local 2 // org.apache.commons.math3.geometry.partitioning.SubHyperplane minus
        end local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane plus
        end local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TU;>;
            0    4     1   plus  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
            0    4     2  minus  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;)V
    MethodParameters:
       Name  Flags
      plus   final
      minus  final

  public org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> getPlus();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
         0: .line 121
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TU;>;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;

  public org.apache.commons.math3.geometry.partitioning.SubHyperplane<U> getMinus();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
         0: .line 128
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TU;>;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TU;>;

  public org.apache.commons.math3.geometry.partitioning.Side getSide();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Side;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
         0: .line 140
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 4
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.plus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.isEmpty:()Z
            ifne 4
         1: .line 141
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 3
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.isEmpty:()Z
            ifne 3
         2: .line 142
            getstatic org.apache.commons.math3.geometry.partitioning.Side.BOTH:Lorg/apache/commons/math3/geometry/partitioning/Side;
            areturn
         3: .line 144
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.math3.geometry.partitioning.Side.PLUS:Lorg/apache/commons/math3/geometry/partitioning/Side;
            areturn
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 6
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.minus:Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.isEmpty:()Z
            ifne 6
         5: .line 147
            getstatic org.apache.commons.math3.geometry.partitioning.Side.MINUS:Lorg/apache/commons/math3/geometry/partitioning/Side;
            areturn
         6: .line 149
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.math3.geometry.partitioning.Side.HYPER:Lorg/apache/commons/math3/geometry/partitioning/Side;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TU;>;
}
Signature: <U::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "SubHyperplane.java"
NestHost: org.apache.commons.math3.geometry.partitioning.SubHyperplane
InnerClasses:
  public SplitSubHyperplane = org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane of org.apache.commons.math3.geometry.partitioning.SubHyperplane