Uses of Interface
com.ibm.icu.message2.SelectorFactory
-
Packages that use SelectorFactory Package Description com.ibm.icu.message2 -
-
Uses of SelectorFactory in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement SelectorFactory Modifier and Type Class Description (package private) class
NumberFormatterFactory
(package private) class
TextSelectorFactory
Fields in com.ibm.icu.message2 with type parameters of type SelectorFactory Modifier and Type Field Description private java.util.Map<java.lang.String,SelectorFactory>
MFFunctionRegistry.Builder. selectorsMap
Deprecated.private java.util.Map<java.lang.String,SelectorFactory>
MFFunctionRegistry. selectorsMap
Deprecated.Methods in com.ibm.icu.message2 that return SelectorFactory Modifier and Type Method Description SelectorFactory
MFFunctionRegistry. getSelector(java.lang.String selectorName)
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type SelectorFactory Modifier and Type Method Description MFFunctionRegistry.Builder
MFFunctionRegistry.Builder. setSelector(java.lang.String selectorName, SelectorFactory selectorFactory)
Deprecated.This API is for technology preview only.
-