static UnlocalizedNumberFormatter |
NumberPropertyMapper.create(DecimalFormatProperties properties,
DecimalFormatSymbols symbols) |
Convenience method to create a NumberFormatter directly from Properties.
|
static UnlocalizedNumberFormatter |
NumberPropertyMapper.create(DecimalFormatProperties properties,
DecimalFormatSymbols symbols,
DecimalFormatProperties exportedProperties) |
Convenience method to create a NumberFormatter directly from Properties.
|
static UnlocalizedNumberFormatter |
NumberPropertyMapper.create(java.lang.String pattern,
DecimalFormatSymbols symbols) |
Convenience method to create a NumberFormatter directly from a pattern string.
|
static UnlocalizedNumberFormatter |
NumberSkeletonImpl.create(java.lang.String skeletonString) |
Creates a NumberFormatter corresponding to the given skeleton string.
|
(package private) UnlocalizedNumberFormatter |
UnlocalizedNumberFormatter.create(int key,
java.lang.Object value) |
|
static UnlocalizedNumberFormatter |
NumberFormatter.forSkeleton(java.lang.String skeleton) |
Call this method at the beginning of a NumberFormatter fluent chain to create an instance based
on a given number skeleton string.
|
static UnlocalizedNumberFormatter |
NumberFormatter.fromDecimalFormat(DecimalFormatProperties properties,
DecimalFormatSymbols symbols,
DecimalFormatProperties exportedProperties) |
Deprecated.
|
static UnlocalizedNumberFormatter |
NumberSkeletonImpl.getOrCreate(java.lang.String skeletonString) |
Gets the number formatter for the given number skeleton string from the cache, creating it if it
does not exist in the cache.
|
static UnlocalizedNumberFormatter |
NumberFormatter.with() |
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is not
currently known at the call site.
|
UnlocalizedNumberFormatter |
LocalizedNumberFormatter.withoutLocale() |
Disassociate the locale from this formatter.
|