Uses of Class
com.ibm.icu.util.LocaleMatcher.Direction
-
Packages that use LocaleMatcher.Direction Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of LocaleMatcher.Direction in com.ibm.icu.util
Methods in com.ibm.icu.util that return LocaleMatcher.Direction Modifier and Type Method Description static LocaleMatcher.Direction
LocaleMatcher.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LocaleMatcher.Direction[]
LocaleMatcher.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type LocaleMatcher.Direction Modifier and Type Method Description LocaleMatcher.Builder
LocaleMatcher.Builder. setDirection(LocaleMatcher.Direction direction)
Option for whether to include or ignore one-way (fallback) match data.
-