- format(String, Object...) - Static method in class humanize.ICUHumanize
-
Gets the ICU based DecimalFormat instance for the current thread with the
given pattern and uses it to format the given arguments.
- formatCurrency(Number) - Static method in class humanize.ICUHumanize
-
Smartly formats the given number as a monetary amount.
- formatCurrency(Number, Locale) - Static method in class humanize.ICUHumanize
-
- formatDate(int, Date) - Method in class humanize.icu.spi.context.DefaultICUContext
-
- formatDate(Date) - Static method in class humanize.ICUHumanize
-
- formatDate(Date, Locale) - Static method in class humanize.ICUHumanize
-
- formatDate(Date, String) - Static method in class humanize.ICUHumanize
-
Formats a date according to the given pattern.
- formatDate(Date, String, Locale) - Static method in class humanize.ICUHumanize
-
- formatDate(int, Date) - Static method in class humanize.ICUHumanize
-
Formats the given date with the specified style.
- formatDate(int, Date, Locale) - Static method in class humanize.ICUHumanize
-
- formatDateTime(Date) - Method in class humanize.icu.spi.context.DefaultICUContext
-
- formatDateTime(int, int, Date) - Method in class humanize.icu.spi.context.DefaultICUContext
-
- formatDateTime(Date) - Static method in class humanize.ICUHumanize
-
Formats the given date/time with SHORT style.
- formatDateTime(Date, Locale) - Static method in class humanize.ICUHumanize
-
- formatDateTime(int, int, Date) - Static method in class humanize.ICUHumanize
-
Formats the given date/time with the specified styles.
- formatDateTime(int, int, Date, Locale) - Static method in class humanize.ICUHumanize
-
- formatDecimal(Number) - Method in class humanize.icu.spi.context.DefaultICUContext
-
- formatDecimal(Number) - Static method in class humanize.ICUHumanize
-
Formats the given number to the standard decimal format for the default
locale.
- formatDecimal(Number, Locale) - Static method in class humanize.ICUHumanize
-
- formatMessage(String, Object...) - Method in class humanize.icu.spi.context.DefaultICUContext
-
- formatPercent(Number) - Static method in class humanize.ICUHumanize
-
Formats the given ratio as a percentage.
- formatPercent(Number, Locale) - Static method in class humanize.ICUHumanize
-
- formatPluralCurrency(Number) - Static method in class humanize.ICUHumanize
-
Formats a monetary amount with currency plural names, for example,
"US dollar" or "US dollars" for America.
- formatPluralCurrency(Number, Locale) - Static method in class humanize.ICUHumanize
-