public abstract class AbstractMapResourceBundle extends ResourceBundle
ResourceBundle.Control
parent
Constructor and Description |
---|
AbstractMapResourceBundle() |
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys() |
protected Object |
handleGetObject(String key) |
protected Set<String> |
handleKeySet() |
protected abstract void |
initialize(Map<String,Object> entries) |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
@Nullable protected final Object handleGetObject(@Nonnull String key)
handleGetObject
in class ResourceBundle
@Nonnull public final Enumeration<String> getKeys()
getKeys
in class ResourceBundle
protected Set<String> handleKeySet()
handleKeySet
in class ResourceBundle