public static class NumberFormat.Field extends Format.Field
AttributedCharacterIterator
属性的钥匙从
NumberFormat.formatToCharacterIterator
作为
FieldPosition
字段标识符返回。
Modifier and Type | Field and Description |
---|---|
static NumberFormat.Field |
CURRENCY
不断识别货币领域。
|
static NumberFormat.Field |
DECIMAL_SEPARATOR
常数标识小数分隔符字段。
|
static NumberFormat.Field |
EXPONENT
常数识别指数场。
|
static NumberFormat.Field |
EXPONENT_SIGN
常数识别指数符号场。
|
static NumberFormat.Field |
EXPONENT_SYMBOL
常数识别指数符号场。
|
static NumberFormat.Field |
FRACTION
常数识别分数场。
|
static NumberFormat.Field |
GROUPING_SEPARATOR
确定分组分隔符字段。
|
static NumberFormat.Field |
INTEGER
常量标识整数字段。
|
static NumberFormat.Field |
PERCENT
恒定识别百分比字段。
|
static NumberFormat.Field |
PERMILLE
不断识别permille场。
|
static NumberFormat.Field |
SIGN
常数标识字段。
|
INPUT_METHOD_SEGMENT, LANGUAGE, READING
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
解决的情况下被反序列化到预定义的常量。
|
equals, getName, hashCode, toString
public static final NumberFormat.Field INTEGER
public static final NumberFormat.Field FRACTION
public static final NumberFormat.Field EXPONENT
public static final NumberFormat.Field DECIMAL_SEPARATOR
public static final NumberFormat.Field SIGN
public static final NumberFormat.Field GROUPING_SEPARATOR
public static final NumberFormat.Field EXPONENT_SYMBOL
public static final NumberFormat.Field PERCENT
public static final NumberFormat.Field PERMILLE
public static final NumberFormat.Field CURRENCY
public static final NumberFormat.Field EXPONENT_SIGN
protected Field(String name)
name
-属性名称
protected Object readResolve() throws InvalidObjectException
readResolve
方法重写,继承类
AttributedCharacterIterator.Attribute
InvalidObjectException
如果持续无法解决。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.