Bluestep JS Documentation
    Preparing search index...

    Class FieldPosition

    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 of Format.
    • By a Format.Field constant, see ERA_FIELD and its friends in Java.Time.DateFormat for an example.

    See java.text.FieldPosition for full documentation

    Index

    Constructors

    Constructors