org.apache.commons.math.analysis.solvers
Class UnivariateRealSolverUtils.LazyHolder
java.lang.Object
org.apache.commons.math.analysis.solvers.UnivariateRealSolverUtils.LazyHolder
- Enclosing class:
- UnivariateRealSolverUtils
private static class UnivariateRealSolverUtils.LazyHolder
- extends Object
Holder for the factory.
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 |
FACTORY
private static final UnivariateRealSolverFactory FACTORY
- Cached solver factory
UnivariateRealSolverUtils.LazyHolder
private UnivariateRealSolverUtils.LazyHolder()
Copyright (c) 2003-2011 Apache Software Foundation