Uses of Class
org.ojalgo.type.format.NumberStyle
-
Packages that use NumberStyle Package Description org.ojalgo.type.context org.ojalgo.type.format -
-
Uses of NumberStyle in org.ojalgo.type.context
Fields in org.ojalgo.type.context declared as NumberStyle Modifier and Type Field Description private static NumberStyleNumberContext. DEFAULT_STYLEMethods in org.ojalgo.type.context with parameters of type NumberStyle Modifier and Type Method Description static java.text.FormatNumberContext. toFormat(NumberStyle style, java.util.Locale locale)NumberContextNumberContext. withFormat(NumberStyle style, java.util.Locale locale) -
Uses of NumberStyle in org.ojalgo.type.format
Methods in org.ojalgo.type.format that return NumberStyle Modifier and Type Method Description static NumberStyleNumberStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumberStyle[]NumberStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-