Package com.ibm.icu.message2
Interface SelectorFactory
-
@Deprecated public interface SelectorFactory
Deprecated.This API is for technology preview only.The interface that must be implemented for each selection function that can be used fromMessageFormatter
.The we use it to create and cache various selectors with various options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Selector
createSelector(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
Deprecated.This API is for technology preview only.
-
-
-
Method Detail
-
createSelector
@Deprecated Selector createSelector(java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> fixedOptions)
Deprecated.This API is for technology preview only.The method that is called to create a selector.- 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.
-
-