Class DummyStepHandler.LazyHolder

java.lang.Object
org.apache.commons.math3.ode.sampling.DummyStepHandler.LazyHolder
Enclosing class:
DummyStepHandler

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

We use here the Initialization On Demand Holder Idiom.

  • Field Details

    • INSTANCE

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

    • LazyHolder

      private LazyHolder()