Class Sphere1D.LazyHolder
- java.lang.Object
-
- org.apache.commons.math3.geometry.spherical.oned.Sphere1D.LazyHolder
-
- Enclosing class:
- Sphere1D
private static class Sphere1D.LazyHolder extends java.lang.Object
Holder for the instance.We use here the Initialization On Demand Holder Idiom.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LazyHolder()
-
-
-
Field Detail
-
INSTANCE
private static final Sphere1D INSTANCE
Cached field instance.
-
-