FieldPosition
Class FieldPosition
- java.lang.Object
-
- java.text.FieldPosition
public class FieldPosition extends Object
FieldPosition
is a simple class used by Format
and its subclasses to identify fields in formatted output. Fields can be identified in two ways:
- By an integer constant, whose names typically end with
_FIELD
. The constants are defined in the various subclasses ofFormat
. - By a
Format.Field
constant, seeERA_FIELD
and its friends inDateFormat
for an example.
FieldPosition
keeps track of the position of the field within the formatted output with two indices: the index of the first character of the field and the index of the last charac