Package java.util
Class ListResourceBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- Direct Known Subclasses:
BreakIteratorRules
,BreakIteratorRules_th
public abstract class ListResourceBundle extends ResourceBundle
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description ListResourceBundle()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Object[][]
getContents()
Enumeration
getKeys()
Object
handleGetObject(String var0)
-
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
-
-
-
-
Method Detail
-
getContents
protected abstract Object[][] getContents()
-
getKeys
public Enumeration getKeys()
- Specified by:
getKeys
in classResourceBundle
-
handleGetObject
public final Object handleGetObject(String var0)
- Specified by:
handleGetObject
in classResourceBundle
-
-