Uses of Class
com.ibm.icu.message2.Directionality
-
Packages that use Directionality Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Directionality in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return Directionality Modifier and Type Method Description Directionality
FormattedPlaceholder. getDirectionality()
Deprecated.This API is for ICU internal use only.static Directionality
Directionality. of(Locale locale)
Determines the directionality appropriate for a given locale.static Directionality
Directionality. valueOf(String name)
Returns the enum constant of this type with the specified name.static Directionality[]
Directionality. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.icu.message2 with parameters of type Directionality Constructor Description FormattedPlaceholder(Object inputValue, FormattedValue formattedValue, Directionality directionality, boolean isolate)
Deprecated.This API is for ICU internal use only.
-