Package com.ibm.icu.message2
Class TextSelectorFactory
- java.lang.Object
-
- com.ibm.icu.message2.TextSelectorFactory
-
- All Implemented Interfaces:
SelectorFactory
class TextSelectorFactory extends java.lang.Object implements SelectorFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
TextSelectorFactory.TextSelector
-
Constructor Summary
Constructors Constructor Description TextSelectorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selector
createSelector(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
The method that is called to create a selector.
-
-
-
Method Detail
-
createSelector
public Selector createSelector(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
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.
-
-