20230704 java.text.MessageFormat

发布时间 2023-08-24 10:31:29作者: 流星<。)#)))≦

介绍

  • java.text.MessageFormat
  • public class MessageFormat extends Format

API

构造器

  • MessageFormat(String pattern)
  • MessageFormat(String pattern, Locale locale)

static

  • format
    • String format(String pattern, Object ... arguments)

public

  • setLocale, getLocale

  • applyPattern

    • 给消息格式对象设置特定的模式
  • toPattern

  • format

  • formatToCharacterIterator

  • parse

  • parseObject

  • setFormat

  • setFormats, getFormats

  • setFormatByArgumentIndex

  • setFormatsByArgumentIndex, getFormatsByArgumentIndex