Package com.ibm.icu.impl
Class ICUResourceBundleImpl.ResourceIntVector
- java.lang.Object
-
- java.util.ResourceBundle
-
- com.ibm.icu.util.UResourceBundle
-
- com.ibm.icu.impl.ICUResourceBundle
-
- com.ibm.icu.impl.ICUResourceBundleImpl
-
- com.ibm.icu.impl.ICUResourceBundleImpl.ResourceIntVector
-
- Enclosing class:
- ICUResourceBundleImpl
private static final class ICUResourceBundleImpl.ResourceIntVector extends ICUResourceBundleImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.impl.ICUResourceBundleImpl
ICUResourceBundleImpl.ResourceArray, ICUResourceBundleImpl.ResourceContainer, ICUResourceBundleImpl.ResourceTable
-
Nested classes/interfaces inherited from class com.ibm.icu.impl.ICUResourceBundle
ICUResourceBundle.OpenType, ICUResourceBundle.WholeBundle
-
-
Field Summary
-
Fields inherited from class com.ibm.icu.impl.ICUResourceBundleImpl
resource
-
Fields inherited from class com.ibm.icu.impl.ICUResourceBundle
ALIAS, ARRAY16, ICU_DATA_CLASS_LOADER, INSTALLED_LOCALES, key, NO_INHERITANCE_MARKER, RES_BOGUS, STRING_V2, TABLE16, TABLE32, wholeBundle
-
Fields inherited from class com.ibm.icu.util.UResourceBundle
ARRAY, BINARY, INT, INT_VECTOR, NONE, STRING, TABLE
-
-
Constructor Summary
Constructors Constructor Description ResourceIntVector(ICUResourceBundleImpl container, java.lang.String key, int resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getIntVector()
Returns a 32 bit integer array from a resource.int
getType()
Returns the type of a resource.-
Methods inherited from class com.ibm.icu.impl.ICUResourceBundleImpl
createBundleObject, getResource
-
Methods inherited from class com.ibm.icu.impl.ICUResourceBundle
at, at, createBundle, equals, findStringWithFallback, findTopLevel, findTopLevel, findWithFallback, get, getAliasedResource, getAliasedResource, getAllChildrenWithFallback, getAllItemsWithFallback, getAllItemsWithFallbackNoFail, getAvailableLocaleNameSet, getAvailableLocaleNameSet, getAvailableLocales, getAvailableLocales, getAvailableLocales, getAvailableLocales, getAvailableULocales, getAvailableULocales, getAvailableULocales, getAvailableULocales, getBaseName, getBundleInstance, getBundleInstance, getBundleInstance, getFullLocaleNameSet, getFullLocaleNameSet, getFunctionalEquivalent, getKey, getKeywordValues, getLocale, getLocaleID, getLocaleList, getParent, getParentLocaleID, getStringWithFallback, getTopLevelKeySet, getULocale, getValueWithFallback, getWithFallback, handleGetKeys, hashCode, isRoot, isTopLevelResource, setParent, setTopLevelKeySet
-
Methods inherited from class com.ibm.icu.util.UResourceBundle
get, get, getBinary, getBinary, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getInt, getIterator, getKeys, getSize, getString, getString, getStringArray, getUInt, getVersion, handleGet, handleGet, handleGetObject, handleGetStringArray, handleKeySet, instantiateBundle, keySet
-
-
-
-
Constructor Detail
-
ResourceIntVector
ResourceIntVector(ICUResourceBundleImpl container, java.lang.String key, int resource)
-
-
Method Detail
-
getType
public int getType()
Description copied from class:UResourceBundle
- Overrides:
getType
in classUResourceBundle
- Returns:
- type of the given resource.
-
getIntVector
public int[] getIntVector()
Description copied from class:UResourceBundle
Returns a 32 bit integer array from a resource.- Overrides:
getIntVector
in classUResourceBundle
- Returns:
- a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file.
- See Also:
UResourceBundle.getBinary()
,UResourceBundle.getInt()
-
-