@Immutable public final class DecimalFormatSymbolsFactory extends Object
DecimalFormatSymbols objects in
the best suitable way. For Java < 1.6 it is to use
"new DecimalFormatSymbols (Locale)". For Java ≥ 1.6
"DecimalFormatSymbols.getInstance (Locale)" is more suitable!| Modifier and Type | Method and Description |
|---|---|
static DecimalFormatSymbols |
getInstance(Locale aLocale) |
@Nonnull public static DecimalFormatSymbols getInstance(Locale aLocale)
Copyright © 2014 Philip Helger. All rights reserved.