| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberFormatter |
NumberFormatter.of(boolean grouped,
int decimalPlaces)
Obtains a standard formatter configured by grouping and decimal places.
|
static NumberFormatter |
NumberFormatter.of(boolean grouped,
int minDecimalPlaces,
int maxDecimalPlaces)
Obtains a standard formatter configured by grouping and decimal places.
|
static NumberFormatter |
NumberFormatter.ofLocalizedNumber(Locale locale)
Obtains a number formatter for general-purpose use in the specified locale.
|
static NumberFormatter |
NumberFormatter.ofPattern(String pattern,
Locale locale)
Obtains a formatter based on a pattern in the specified locale.
|
static NumberFormatter |
NumberFormatter.ofPercentage(boolean grouped,
int minDecimalPlaces,
int maxDecimalPlaces)
Obtains a formatter for decimal percentages configured by grouping and decimal places.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.