Uses of Interface
com.ibm.icu.message2.Mf2DataModel.Part
-
Packages that use Mf2DataModel.Part Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Mf2DataModel.Part in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement Mf2DataModel.Part Modifier and Type Class Description static class
Mf2DataModel.Expression
Deprecated.This API is for technology preview only.static class
Mf2DataModel.Text
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 that return types with arguments of type Mf2DataModel.Part Modifier and Type Method Description java.util.List<Mf2DataModel.Part>
Mf2DataModel.Pattern. getParts()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type Mf2DataModel.Part Modifier and Type Method Description Mf2DataModel.Pattern.Builder
Mf2DataModel.Pattern.Builder. add(Mf2DataModel.Part part)
Deprecated.This API is for technology preview only.Method parameters in com.ibm.icu.message2 with type arguments of type Mf2DataModel.Part Modifier and Type Method Description Mf2DataModel.Pattern.Builder
Mf2DataModel.Pattern.Builder. addAll(java.util.Collection<Mf2DataModel.Part> otherParts)
Deprecated.This API is for technology preview only.
-