Package com.ibm.icu.impl
Class ICUResourceBundleReader.Array
java.lang.Object
com.ibm.icu.impl.ICUResourceBundleReader.Container
com.ibm.icu.impl.ICUResourceBundleReader.Array
- All Implemented Interfaces:
UResource.Array
- Direct Known Subclasses:
ICUResourceBundleReader.Array16
,ICUResourceBundleReader.Array32
- Enclosing class:
- ICUResourceBundleReader
static class ICUResourceBundleReader.Array
extends ICUResourceBundleReader.Container
implements UResource.Array
-
Field Summary
Fields inherited from class com.ibm.icu.impl.ICUResourceBundleReader.Container
itemsOffset, size
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.icu.impl.ICUResourceBundleReader.Container
getContainer16Resource, getContainer32Resource, getContainerResource, getResource, getSize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.icu.impl.UResource.Array
getSize
-
Constructor Details
-
Array
Array()
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceUResource.Array
- Parameters:
i
- Array item index.value
- Output-only, receives the value of the i'th item.- Returns:
- true if i is non-negative and less than getSize().
-