Uses of Class
org.apache.commons.math3.fraction.FractionField
-
Packages that use FractionField Package Description org.apache.commons.math3.fraction Fraction number type and fraction number formatting. -
-
Uses of FractionField in org.apache.commons.math3.fraction
Fields in org.apache.commons.math3.fraction declared as FractionField Modifier and Type Field Description private static FractionField
FractionField.LazyHolder. INSTANCE
Cached field instance.Methods in org.apache.commons.math3.fraction that return FractionField Modifier and Type Method Description FractionField
Fraction. getField()
Get theField
to which the instance belongs.static FractionField
FractionField. getInstance()
Get the unique instance.
-