加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090226040836/http://developer.android.com:80/reference/java/text/Format.Field.html
public static class

Format.Field

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

Class Overview

This inner class is used to represent Format attributes in the AttributedCharacterIterator that formatToCharacterIterator() method returns in the Format subclasses.

Summary

[Expand]
Inherited Constants
From class java.text.AttributedCharacterIterator.Attribute
Protected Constructors
Format.Field(String fieldName)
Constructs a new instance of Field with the given fieldName.
[Expand]
Inherited Methods
From class java.text.AttributedCharacterIterator.Attribute
From class java.lang.Object

Protected Constructors

protected Format.Field (String fieldName)

Constructs a new instance of Field with the given fieldName.

Parameters
fieldName The field name.