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 Constructor Description Array()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue(int i, UResource.Value value)
-
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
-
-
-
-
Method Detail
-
getValue
public boolean getValue(int i, UResource.Value value)
- 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().
-
-