Package com.ibm.icu.message2
Class TextSelectorFactory
java.lang.Object
com.ibm.icu.message2.TextSelectorFactory
- All Implemented Interfaces:
SelectorFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextSelectorFactory
TextSelectorFactory()
-
-
Method Details
-
createSelector
The method that is called to create a selector.- Specified by:
createSelector
in interfaceSelectorFactory
- Parameters:
locale
- the locale to use for selection.fixedOptions
- the options to use for selection. The keys and values are function dependent.- Returns:
- The Selector.
-