Class FractionField.LazyHolder

java.lang.Object
org.apache.commons.math3.fraction.FractionField.LazyHolder
Enclosing class:
FractionField

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

We use here the Initialization On Demand Holder Idiom.

  • Field Details

    • INSTANCE

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

    • LazyHolder

      private LazyHolder()