Uses of Class
com.ibm.icu.message2.Mf2DataModel.Pattern
-
Packages that use Mf2DataModel.Pattern Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Mf2DataModel.Pattern in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return Mf2DataModel.Pattern Modifier and Type Method Description Mf2DataModel.Pattern
Mf2DataModel.Pattern.Builder. build()
Deprecated.This API is for technology preview only.Mf2DataModel.Pattern
Mf2DataModel. getPattern()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 that return types with arguments of type Mf2DataModel.Pattern Modifier and Type Method Description Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys,Mf2DataModel.Pattern>
Mf2DataModel. getVariants()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type Mf2DataModel.Pattern Modifier and Type Method Description Mf2DataModel.Builder
Mf2DataModel.Builder. addVariant(Mf2DataModel.SelectorKeys keys, Mf2DataModel.Pattern newPattern)
Deprecated.This API is for technology preview only.Mf2DataModel.Builder
Mf2DataModel.Builder. setPattern(Mf2DataModel.Pattern pattern)
Deprecated.This API is for technology preview only.Method parameters in com.ibm.icu.message2 with type arguments of type Mf2DataModel.Pattern Modifier and Type Method Description Mf2DataModel.Builder
Mf2DataModel.Builder. addVariants(Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys,Mf2DataModel.Pattern> otherVariants)
Deprecated.This API is for technology preview only.
-