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

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

  public abstract double distance(org.apache.commons.math3.geometry.Point<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)D
    MethodParameters:
      Name  Flags
      p     
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "Point.java"