C D F G H I M N O P R S T 

C

compactDecimal(Number) - Static method in class humanize.ICUHumanize
Same as compactDecimal but defaults to SHORT compact style.
compactDecimal(Number, CompactDecimalFormat.CompactStyle) - Static method in class humanize.ICUHumanize
Produces abbreviated numbers.
compactDecimal(Number, CompactDecimalFormat.CompactStyle, Locale) - Static method in class humanize.ICUHumanize
Same as compactDecimal for the specified locale.
compactDecimal(Number, Locale) - Static method in class humanize.ICUHumanize
Same as compactDecimal for the specified locale.
createContext() - Method in class humanize.icu.spi.context.ICUContextFactory
 

D

dateFormatInstance(String) - Static method in class humanize.ICUHumanize
Returns an ICU based DateFormat instance for the current thread.
dateFormatInstance(String, Locale) - Static method in class humanize.ICUHumanize
Same as dateFormatInstance for the specified locale.
decimalFormatInstance(String) - Static method in class humanize.ICUHumanize
Returns an ICU based DecimalFormat instance for the current thread.
decimalFormatInstance(String, Locale) - Static method in class humanize.ICUHumanize
Same as decimalFormatInstance for the specified locale.
DefaultICUContext - Class in humanize.icu.spi.context
Default implementation of Context.
DefaultICUContext() - Constructor for class humanize.icu.spi.context.DefaultICUContext
 
DefaultICUContext(Locale) - Constructor for class humanize.icu.spi.context.DefaultICUContext
 
digitStrings(int) - Method in class humanize.icu.spi.context.DefaultICUContext
 
duration(Number) - Static method in class humanize.ICUHumanize
Formats a number of seconds as hours, minutes and seconds.

F

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
Same as formatCurrency for the specified locale.
formatDate(int, Date) - Method in class humanize.icu.spi.context.DefaultICUContext
 
formatDate(Date) - Static method in class humanize.ICUHumanize
Same as formatDate with SHORT style.
formatDate(Date, Locale) - Static method in class humanize.ICUHumanize
Same as formatDate for the specified locale.
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
Same as formatDate for the specified locale.
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
Same as formatDate for the specified locale.
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
Same as formatDateTime for the specified locale.
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
Same as formatDateTime for the specified locale.
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
Same as formatDecimal for the specified locale.
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
Same as formatPercent for the specified locale.
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
Same as formatPluralCurrency for the specified locale.

G

getBestPattern(String) - Method in class humanize.icu.spi.context.DefaultICUContext
 
getBestPattern(String) - Method in interface humanize.icu.spi.context.ICUContext
 
getBundle() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getCompactDecimalFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getCompactDecimalFormat(CompactDecimalFormat.CompactStyle) - Method in class humanize.icu.spi.context.DefaultICUContext
 
getCompactDecimalFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getCompactDecimalFormat(CompactDecimalFormat.CompactStyle) - Method in interface humanize.icu.spi.context.ICUContext
 
getCurrencyFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getCurrencyFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getDateFormat(int) - Method in class humanize.icu.spi.context.DefaultICUContext
 
getDateFormat(int) - Method in interface humanize.icu.spi.context.ICUContext
 
getDateTimeFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getDateTimeFormat(int, int) - Method in class humanize.icu.spi.context.DefaultICUContext
 
getDateTimeFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getDateTimeFormat(int, int) - Method in interface humanize.icu.spi.context.ICUContext
 
getDecimalFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getDecimalFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getDurationFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getDurationFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getLocale() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getMaskFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getMessage(String) - Method in class humanize.icu.spi.context.DefaultICUContext
 
getMessageFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getMessageFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getNumberFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getNumberFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getPercentFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getPercentFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getPluralCurrencyFormat() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getPluralCurrencyFormat() - Method in interface humanize.icu.spi.context.ICUContext
 
getRuleBasedNumberFormat(int) - Method in class humanize.icu.spi.context.DefaultICUContext
 
getRuleBasedNumberFormat(int) - Method in interface humanize.icu.spi.context.ICUContext
 
getULocale() - Method in class humanize.icu.spi.context.DefaultICUContext
 
getULocale() - Method in interface humanize.icu.spi.context.ICUContext
 

H

humanize - package humanize
Humanize main classes.
humanize.icu.spi - package humanize.icu.spi
ICU Service providers common classes.
humanize.icu.spi.context - package humanize.icu.spi.context
ICU Context providers.

I

ICUContext - Interface in humanize.icu.spi.context
 
ICUContextFactory - Class in humanize.icu.spi.context
Default implementation of ContextFactory.
ICUContextFactory() - Constructor for class humanize.icu.spi.context.ICUContextFactory
 
ICUHumanize - Class in humanize
Facility for adding a "human touch" to data.

M

MessageFormat - Class in humanize.icu.spi
Convenience methods to avoid explicit array creation for arguments.
MessageFormat(String) - Constructor for class humanize.icu.spi.MessageFormat
 
MessageFormat(String, Locale) - Constructor for class humanize.icu.spi.MessageFormat
 
messageFormatInstance(String) - Static method in class humanize.ICUHumanize
Returns an ICU based MessageFormat instance for the current thread.
messageFormatInstance(String, Locale) - Static method in class humanize.ICUHumanize
Same as messageFormatInstance for the specified locale.

N

naturalDay(Date) - Static method in class humanize.ICUHumanize
Same as naturalDay with DateFormat.SHORT style.
naturalDay(Date, Locale) - Static method in class humanize.ICUHumanize
Same as naturalDay for the specified locale.
naturalDay(int, Date) - Static method in class humanize.ICUHumanize
For dates that are the current day or within one day, return "today", "tomorrow" or "yesterday", as appropriate.
naturalTime(Date) - Static method in class humanize.ICUHumanize
Same as naturalTime with current date as reference.
naturalTime(Date, Date) - Static method in class humanize.ICUHumanize
Computes both past and future relative dates.
naturalTime(Date, Date, Locale) - Static method in class humanize.ICUHumanize
Same as naturalTime for the specified locale.
naturalTime(Date, Locale) - Static method in class humanize.ICUHumanize
Same as naturalTime for the specified locale.

O

ordinalize(Number) - Static method in class humanize.ICUHumanize
Converts a number to its ordinal as a string.
ordinalize(Number, Locale) - Static method in class humanize.ICUHumanize
Same as ordinalize for the specified locale.

P

parseNumber(String) - Static method in class humanize.ICUHumanize
Converts the given text to number.
parseNumber(String, Locale) - Static method in class humanize.ICUHumanize
Same as parseNumber for the specified locale.
pluralize(Locale, String, Number, Object...) - Static method in class humanize.ICUHumanize
Same as pluralize(String, Number, Object...) for the target locale.
pluralize(String, Number, Object...) - Static method in class humanize.ICUHumanize
Helper method to use ICU message patterns with Language Plural Rules logic.

R

render(Object...) - Method in class humanize.icu.spi.MessageFormat
 
render(StringBuffer, Object...) - Method in class humanize.icu.spi.MessageFormat
 
replaceSupplementary(String) - Static method in class humanize.ICUHumanize
Replaces characters outside the Basic Multilingual Plane with their name.

S

setLocale(Locale) - Method in class humanize.icu.spi.context.DefaultICUContext
 
smartDateFormat(Date, String) - Static method in class humanize.ICUHumanize
Guesses the best locale-dependent pattern to format the date/time fields that the skeleton specifies.
smartDateFormat(Date, String, Locale) - Static method in class humanize.ICUHumanize
Same as smartDateFormat for the specified locale.
spellNumber(Number) - Static method in class humanize.ICUHumanize
Converts the given number to words.
spellNumber(Number, Locale) - Static method in class humanize.ICUHumanize
Same as spellNumber for the specified locale.

T

transliterate(String) - Static method in class humanize.ICUHumanize
Converts the characters of the given text to latin.
transliterate(String, String) - Static method in class humanize.ICUHumanize
Converts the characters of the given text to the specified script.
C D F G H I M N O P R S T 

Copyright © 2015. All Rights Reserved.