Generated by
JDiff

Class java.text.MessageFormat

Added Constructors
MessageFormat(String, Locale) Constructs a MessageFormat for the specified locale and pattern.
 

Added Methods
AttributedCharacterIterator formatToCharacterIterator(Object) Formats an array of objects and inserts them into the MessageFormat's pattern producing an AttributedCharacterIterator.
Format[] getFormatsByArgumentIndex() Gets the formats used for the values passed into format methods or returned from parse methods.
void setFormatByArgumentIndex(int, Format) Sets the format to use for the format elements within the previously set pattern string that use the given argument index.
void setFormatsByArgumentIndex(Format[]) Sets the formats to use for the values passed into format methods or returned from parse methods.