Most visited

Recently visited

Added in API level 1

Format.Field

public static class Format.Field
extends AttributedCharacterIterator.Attribute

java.lang.Object
   ↳ java.text.AttributedCharacterIterator.Attribute
     ↳ java.text.Format.Field
Known Direct Subclasses


定义了用于作为属性键常数 AttributedCharacterIterator从返回 Format.formatToCharacterIterator和字段标识符在 FieldPosition

Summary

Inherited fields

From class java.text.AttributedCharacterIterator.Attribute

Protected constructors

Format.Field(String name)

用指定名称创建一个字段。

Inherited methods

From class java.text.AttributedCharacterIterator.Attribute
From class java.lang.Object

Protected constructors

Format.Field

Added in API level 1
Format.Field (String name)

用指定名称创建一个字段。

Parameters
name String: Name of the attribute

Hooray!