Returns the boolean mapped with the given key
Parameters: key - a key of the resource bundle throws: MissingResourceException - if key is not the name of a resource throws: ResourceFormatException - if the resource is malformed
Returns the integer mapped with the given string
Parameters: key - a key of the resource bundle throws: MissingResourceException - if key is not the name of a resource throws: ResourceFormatException - if the resource is malformed
Returns the string that is mapped with the given key
Parameters: key - a key in the resource bundle throws: MissingResourceException - if key is not the name of a resource
Returns the tokens that compose the string mapped
with the given key. Delimiters (" \t\n\r\f") are not returned.
Parameters: key - a key of the resource bundle throws: MissingResourceException - if key is not the name of a resource
Returns the tokens that compose the string mapped
with the given key. Delimiters are not returned.
Parameters: key - a key of the resource bundle Parameters: delim - the delimiters of the tokens throws: MissingResourceException - if key is not the name of a resource
Returns the tokens that compose the string mapped
with the given key
Parameters: key - a key of the resource bundle Parameters: delim - the delimiters of the tokens Parameters: returnDelims - if true, the delimiters are returned in the list throws: MissingResourceException - if key is not the name of a resource