Uses of Enum Class
org.ojalgo.type.format.NumberStyle
Packages that use NumberStyle
-
Uses of NumberStyle in org.ojalgo.type.context
Fields in org.ojalgo.type.context declared as NumberStyleMethods in org.ojalgo.type.context with parameters of type NumberStyleModifier and TypeMethodDescriptionstatic FormatNumberContext.toFormat(NumberStyle style, Locale locale) NumberContext.withFormat(NumberStyle style, Locale locale) -
Uses of NumberStyle in org.ojalgo.type.format
Subclasses with type arguments of type NumberStyle in org.ojalgo.type.formatMethods in org.ojalgo.type.format that return NumberStyleModifier and TypeMethodDescriptionstatic NumberStyleReturns the enum constant of this class with the specified name.static NumberStyle[]NumberStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.