Package com.ibm.icu.impl
Class UResource
- java.lang.Object
-
- com.ibm.icu.impl.UResource
-
public final class UResource extends java.lang.Object
ICU resource bundle key and value types.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UResource.Array
Interface for iterating over a resource bundle array resource.static class
UResource.Key
Represents a resource bundle item's key string.static class
UResource.Sink
Sink for ICU resource bundle contents.static interface
UResource.Table
Interface for iterating over a resource bundle table resource.static class
UResource.Value
Represents a resource bundle item's value.
-
Constructor Summary
Constructors Constructor Description UResource()
-