Class Euclidean3D.LazyHolder

java.lang.Object
org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D.LazyHolder
Enclosing class:
Euclidean3D

private static class Euclidean3D.LazyHolder extends Object
Holder for the instance.

We use here the Initialization On Demand Holder Idiom.

  • Field Details

    • INSTANCE

      private static final Euclidean3D INSTANCE
      Cached field instance.
  • Constructor Details

    • LazyHolder

      private LazyHolder()