Package com.ibm.icu.impl.data
Class HolidayBundle_en_GB
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- com.ibm.icu.impl.data.HolidayBundle_en_GB
-
public class HolidayBundle_en_GB extends ListResourceBundle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description HolidayBundle_en_GB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[][]getContents()Returns anObjectarray containing the resources of thisListResourceBundle.-
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
-
-
-
Method Detail
-
getContents
public Object[][] getContents()
Description copied from class:ListResourceBundleReturns anObjectarray containing the resources of thisListResourceBundle. Each element in the array is an array of two elements, the first is the resource key string and the second is the resource.- Specified by:
getContentsin classListResourceBundle- Returns:
- a
Objectarray containing the resources.
-
-