- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- java.text.Format.Field
-
- All Implemented Interfaces:
-
Serializable
- 已知直接子类:
-
DateFormat.Field
,MessageFormat.Field
,NumberFormat.Field
- Enclosing class:
- Format
public static class Format.Field extends AttributedCharacterIterator.Attribute
定义了用于作为属性键常数AttributedCharacterIterator
从返回Format.formatToCharacterIterator
和字段标识符在FieldPosition
。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
-
-
构造方法详细信息
-
Field
protected Field(String name)
用指定的名称创建一个字段。- 参数
-
name
- 属性名称
-
-