Package | Description |
---|---|
org.ojalgo.type.context | |
org.ojalgo.type.format |
Modifier and Type | Method and Description |
---|---|
NumberContext |
NumberContext.newFormat(NumberStyle style,
Locale locale)
Deprecated.
v48 Use
NumberContext.withFormat(NumberStyle,Locale) instead |
static Format |
NumberContext.toFormat(NumberStyle style,
Locale locale) |
NumberContext |
NumberContext.withFormat(NumberStyle style,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
static NumberStyle |
NumberStyle.valueOf(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.
|
Copyright © 2019 Optimatika. All rights reserved.