Uses of Class
java.text.MessageFormat.Field
Package
Description
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
-
Uses of MessageFormat.Field in java.text
Modifier and TypeFieldDescriptionstatic final MessageFormat.Field
MessageFormat.Field.ARGUMENT
Constant identifying a portion of a message that was generated from an argument passed intoformatToCharacterIterator
.