FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output. Fields can be identified in two ways:
_FIELD
Format.Field
ERA_FIELD
Java.Time.DateFormat
See java.text.FieldPosition for full documentation
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output. Fields can be identified in two ways:
_FIELD
. The constants are defined in the various subclasses of Format.Format.Field
constant, seeERA_FIELD
and its friends inJava.Time.DateFormat
for an example.See java.text.FieldPosition for full documentation