Class BigFractionField.LazyHolder

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

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

We use here the Initialization On Demand Holder Idiom.

  • Field Details

    • INSTANCE

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

    • LazyHolder

      private LazyHolder()