public interface org.apache.commons.math3.geometry.partitioning.SubHyperplane<S extends org.apache.commons.math3.geometry.Space>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.math3.geometry.partitioning.SubHyperplane
  super_class: java.lang.Object
{
  public abstract org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> copySelf();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;

  public abstract org.apache.commons.math3.geometry.partitioning.Hyperplane<S> getHyperplane();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getSize();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.math3.geometry.partitioning.Side side(org.apache.commons.math3.geometry.partitioning.Hyperplane<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/Side;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Side;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      hyperplane  

  public abstract org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane<S> split(org.apache.commons.math3.geometry.partitioning.Hyperplane<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<TS;>;
    MethodParameters:
            Name  Flags
      hyperplane  

  public abstract org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> reunite(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
    MethodParameters:
       Name  Flags
      other  
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "SubHyperplane.java"
NestMembers:
  org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
InnerClasses:
  public SplitSubHyperplane = org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane of org.apache.commons.math3.geometry.partitioning.SubHyperplane