Uses of Class
com.ibm.icu.impl.UResource.Sink
Packages that use UResource.Sink
Package
Description
-
Uses of UResource.Sink in com.ibm.icu.impl
Subclasses of UResource.Sink in com.ibm.icu.implModifier and TypeClassDescriptionprivate static final class
private static class
private static final class
private static final class
private static final class
private final class
private final class
(package private) static class
private static final class
private final class
Loads all meta zone and time zone names for this TimeZoneNames' locale.Methods in com.ibm.icu.impl with parameters of type UResource.SinkModifier and TypeMethodDescriptionvoid
ICUResourceBundle.getAllChildrenWithFallback
(String path, UResource.Sink sink) Locates the resource specified bypath
in this resource bundle (performing any necessary fallback and following any aliases) and, if the resource is a table resource, iterates over its immediate child resources (again, following any aliases to get the individual resource values), and calls the specifiedsink
'sput()
method for each child resource (passing it that resource's key and either its actual value or, if that value is an alias, the value you get by following the alias).private void
ICUResourceBundle.getAllItemsWithFallback
(UResource.Key key, ICUResourceBundleReader.ReaderValue readerValue, UResource.Sink sink, UResourceBundle requested) void
ICUResourceBundle.getAllItemsWithFallback
(String path, UResource.Sink sink) Locates the resource specified bypath
in this resource bundle (performing any necessary fallback and following any aliases) and calls the specifiedsink
'sput()
method with that resource.void
ICUResourceBundle.getAllItemsWithFallbackNoFail
(String path, UResource.Sink sink) -
Uses of UResource.Sink in com.ibm.icu.impl.number
Subclasses of UResource.Sink in com.ibm.icu.impl.numberModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
-
Uses of UResource.Sink in com.ibm.icu.impl.number.range
Subclasses of UResource.Sink in com.ibm.icu.impl.number.rangeModifier and TypeClassDescriptionprivate static final class
private static final class
-
Uses of UResource.Sink in com.ibm.icu.impl.units
Subclasses of UResource.Sink in com.ibm.icu.impl.unitsModifier and TypeClassDescriptionstatic class
static class
static class
A Resource Sink that collects information fromunitQuantities
in theunits
resource to provide key->value lookups from base unit to category, as well as preserving ordering information for these categories.static class
-
Uses of UResource.Sink in com.ibm.icu.number
Subclasses of UResource.Sink in com.ibm.icu.numberModifier and TypeClassDescriptionprivate static final class
-
Uses of UResource.Sink in com.ibm.icu.text
Subclasses of UResource.Sink in com.ibm.icu.textModifier and TypeClassDescriptionprivate static final class
private static final class
Sink to enumerate the calendar dataprivate static final class
Sink for enumerating all of the date interval skeletons.private class
private class
private class
private static class
private static final class
Sink for enumerating all of the decimal format symbols (more specifically, anything under the "NumberElements.symbols" tree).private static final class
Sink for enumerating all of the relative data time formatter names.private static final class
Deprecated. -
Uses of UResource.Sink in com.ibm.icu.util
Subclasses of UResource.Sink in com.ibm.icu.utilModifier and TypeClassDescriptionprivate static final class
Sink for enumerating the currency numeric codes.private static final class
Sink for enumerating the available measure units.