Uses of Class
com.ibm.icu.message2.Mf2DataModel.Value
-
Packages that use Mf2DataModel.Value Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Mf2DataModel.Value in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return Mf2DataModel.Value Modifier and Type Method Description Mf2DataModel.Value
Mf2DataModel.Value.Builder. build()
Deprecated.This API is for technology preview only.Mf2DataModel.Value
Mf2DataModel.Expression. getOperand()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 that return types with arguments of type Mf2DataModel.Value Modifier and Type Method Description java.util.Map<java.lang.String,Mf2DataModel.Value>
Mf2DataModel.Expression. getOptions()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type Mf2DataModel.Value Modifier and Type Method Description Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. addOption(java.lang.String key, Mf2DataModel.Value value)
Deprecated.This API is for technology preview only.Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. setOperand(Mf2DataModel.Value operand)
Deprecated.This API is for technology preview only.Method parameters in com.ibm.icu.message2 with type arguments of type Mf2DataModel.Value Modifier and Type Method Description Mf2DataModel.Expression.Builder
Mf2DataModel.Expression.Builder. addOptions(java.util.Map<java.lang.String,Mf2DataModel.Value> otherOptions)
Deprecated.This API is for technology preview only.
-