Package com.ibm.icu.message2
Class TextSelectorFactory.TextSelector
java.lang.Object
com.ibm.icu.message2.TextSelectorFactory.TextSelector
- All Implemented Interfaces:
Selector
- Enclosing class:
TextSelectorFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextSelector
private TextSelector()
-
-
Method Details
-
matches
A method that is invoked for the object to match and each key.For example an English plural
matches
would returntrue
formatches(1, "1")
,matches(1, "one")
, andmatches(1, "*")
. -
matches
-