org.apache.commons.math3.geometry.euclidean.threed
Class Euclidean3D.LazyHolder

java.lang.Object
  extended by 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 Summary
private static Euclidean3D INSTANCE
          Cached field instance.
 
Constructor Summary
private Euclidean3D.LazyHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

private static final Euclidean3D INSTANCE
Cached field instance.

Constructor Detail

Euclidean3D.LazyHolder

private Euclidean3D.LazyHolder()


Copyright (c) 2003-2013 Apache Software Foundation