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