Class TResourceBundle
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.util.TResourceBundle
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidclearCache(ClassLoader loader) abstract booleancontainsKey(String key) abstract Stringstatic ResourceBundlestatic ResourceBundleabstract Enumeration<String> getKeys()abstract Localefinal Objectfinal Stringfinal String[]getStringArray(String key) protected abstract ObjecthandleGetObject(String key) keySet()protected voidsetParent(ResourceBundle parent)
-
Field Details
-
parent
-
-
Constructor Details
-
TResourceBundle
public TResourceBundle()
-
-
Method Details
-
getBundle
-
getBundle
-
setParent
-
getBaseBundleName
-
getLocale
-
containsKey
-
keySet
-
handleKeySet
-
handleGetObject
-
getKeys
-
getObject
-
getString
-
getStringArray
-
clearCache
public static void clearCache() -
clearCache
-