public interface NumberFormatterConfigKeys
Formatter
implementations which handle numbersModifier and Type | Field and Description |
---|---|
static String |
DECIMAL_SEPARATOR_KEY |
static String |
EXPONENT_SEPARATOR |
static String |
GROUPING_SEPARATOR_KEY |
static String |
MAXIMUM_FRACTION_DIGITS |
static String |
MAXIMUM_INTEGER_DIGITS |
static String |
MINIMUM_FRACTION_DIGITS_KEY |
static String |
MINIMUM_INTEGER_DIGITS_KEY |
static final String GROUPING_SEPARATOR_KEY
static final String DECIMAL_SEPARATOR_KEY
static final String MINIMUM_FRACTION_DIGITS_KEY
static final String MINIMUM_INTEGER_DIGITS_KEY
static final String MAXIMUM_FRACTION_DIGITS
static final String MAXIMUM_INTEGER_DIGITS
static final String EXPONENT_SEPARATOR
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.