Class ComplexField.LazyHolder

java.lang.Object
org.apache.commons.math3.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.

  • Field Details

    • INSTANCE

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

    • LazyHolder

      private LazyHolder()