Generated by
JDiff

Class java.util.ResourceBundle

Documentation changed from old to new.

Removed Methods
ResourceBundle getBundle(String, Locale, ClassLoader) Get the appropriate ResourceBundle subclass.
 

Added Methods
ResourceBundle getBundle(String, Locale, ClassLoader) Gets a resource bundle using the specified base name locale and class loader.
 

Changed Methods
Enumeration getKeys() Documentation changed from old to new.
Returns an enumeration of the keys.
Locale getLocale() Documentation changed from old to new.
Returns the locale of this resource bundle.
Object getObject(String) Change in exceptions thrown from MissingResourceException to no exceptions.
Documentation changed from old to new.
Gets an object for the given key from this resource bundle or one of its parents.
String getString(String) Change in exceptions thrown from MissingResourceException to no exceptions.
Documentation changed from old to new.
Gets a string for the given key from this resource bundle or one of its parents.
String[] getStringArray(String) Change in exceptions thrown from MissingResourceException to no exceptions.
Documentation changed from old to new.
Gets a string array for the given key from this resource bundle or one of its parents.
Object handleGetObject(String) Change in exceptions thrown from MissingResourceException to no exceptions.
Documentation changed from old to new.
Gets an object for the given key from this resource bundle.
void setParent(ResourceBundle) Documentation changed from old to new.
Sets the parent bundle of this bundle.
ResourceBundle getBundle(String) Change in exceptions thrown from MissingResourceException to no exceptions.
Documentation changed from old to new.
Gets a resource bundle using the specified base name the default locale and the caller's class loader.
ResourceBundle getBundle(String, Locale) Documentation changed from old to new.
Gets a resource bundle using the specified base name and locale and the caller's class loader.
 

Changed Fields
ResourceBundle parent Documentation changed from old to new.
The parent bundle of this bundle.