org.apache.commons.math.complex
Class ComplexField.LazyHolder
java.lang.Object
org.apache.commons.math.complex.ComplexField.LazyHolder
- Enclosing class:
- ComplexField
private static class ComplexField.LazyHolder
- extends Object
Holder for the instance.
We use here the Initialization On Demand Holder Idiom.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
private static final ComplexField INSTANCE
- Cached field instance.
ComplexField.LazyHolder
private ComplexField.LazyHolder()
Copyright (c) 2003-2010 Apache Software Foundation