public interface org.apache.commons.math3.geometry.partitioning.BSPTree$VanishingCutHandler<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.BSPTree$VanishingCutHandler
  super_class: java.lang.Object
{
  public abstract org.apache.commons.math3.geometry.partitioning.BSPTree<S> fixNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    MethodParameters:
      Name  Flags
      node  
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "BSPTree.java"
NestHost: org.apache.commons.math3.geometry.partitioning.BSPTree
InnerClasses:
  public abstract VanishingCutHandler = org.apache.commons.math3.geometry.partitioning.BSPTree$VanishingCutHandler of org.apache.commons.math3.geometry.partitioning.BSPTree