public interface org.apache.commons.math3.geometry.partitioning.Embedding<S extends org.apache.commons.math3.geometry.Space, T 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.Embedding
  super_class: java.lang.Object
{
  public abstract org.apache.commons.math3.geometry.Point<T> toSubSpace(org.apache.commons.math3.geometry.Point<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)Lorg/apache/commons/math3/geometry/Point<TT;>;
    MethodParameters:
       Name  Flags
      point  

  public abstract org.apache.commons.math3.geometry.Point<S> toSpace(org.apache.commons.math3.geometry.Point<T>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Point<TT;>;)Lorg/apache/commons/math3/geometry/Point<TS;>;
    MethodParameters:
       Name  Flags
      point  
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;T::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "Embedding.java"