Item % of partially implemented % of fully implemented
java.text
100
MessageFormat(String) : void
MessageFormat(String, Locale) : void
setLocale(Locale) : void
getLocale() : Locale
applyPattern(String) : void
toPattern() : String
setFormatsByArgumentIndex(Format[]) : void
setFormats(Format[]) : void
setFormatByArgumentIndex(int, Format) : void
setFormat(int, Format) : void
getFormatsByArgumentIndex() : Format[]
getFormats() : Format[]
format(String, Object[]) : String
formatToCharacterIterator(Object) : AttributedCharacterIterator
parse(String) : Object[]
parseObject(String, ParsePosition) : Object
clone() : Object
equals(Object) : boolean
hashCode() : int