org.apache.commons.math.util
Class BigRealField.LazyHolder
java.lang.Object
org.apache.commons.math.util.BigRealField.LazyHolder
- Enclosing class:
- BigRealField
private static class BigRealField.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 BigRealField INSTANCE
- Cached field instance.
BigRealField.LazyHolder
private BigRealField.LazyHolder()
Copyright (c) 2003-2010 Apache Software Foundation