public class org.apache.commons.math3.geometry.spherical.oned.Sphere1D implements java.io.Serializable, 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.spherical.oned.Sphere1D
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20131218

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            return
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;

  public static org.apache.commons.math3.geometry.spherical.oned.Sphere1D getInstance();
    descriptor: ()Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            getstatic org.apache.commons.math3.geometry.spherical.oned.Sphere1D$LazyHolder.INSTANCE:Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getDimension();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
         0: .line 55
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;

  public org.apache.commons.math3.geometry.Space getSubSpace();
    descriptor: ()Lorg/apache/commons/math3/geometry/Space;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
         0: .line 67
            new org.apache.commons.math3.geometry.spherical.oned.Sphere1D$NoSubSpaceException
            dup
            invokespecial org.apache.commons.math3.geometry.spherical.oned.Sphere1D$NoSubSpaceException.<init>:()V
            athrow
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;
    Exceptions:
      throws org.apache.commons.math3.geometry.spherical.oned.Sphere1D$NoSubSpaceException

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
         0: .line 85
            getstatic org.apache.commons.math3.geometry.spherical.oned.Sphere1D$LazyHolder.INSTANCE:Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.oned.Sphere1D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;
}
SourceFile: "Sphere1D.java"
NestMembers:
  org.apache.commons.math3.geometry.spherical.oned.Sphere1D$LazyHolder  org.apache.commons.math3.geometry.spherical.oned.Sphere1D$NoSubSpaceException
InnerClasses:
  private LazyHolder = org.apache.commons.math3.geometry.spherical.oned.Sphere1D$LazyHolder of org.apache.commons.math3.geometry.spherical.oned.Sphere1D
  public NoSubSpaceException = org.apache.commons.math3.geometry.spherical.oned.Sphere1D$NoSubSpaceException of org.apache.commons.math3.geometry.spherical.oned.Sphere1D