Uses of Class
com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Packages that use GenderInfo.ListGenderStyle Package Description com.ibm.icu.util -
-
Uses of GenderInfo.ListGenderStyle in com.ibm.icu.util
Fields in com.ibm.icu.util declared as GenderInfo.ListGenderStyle Modifier and Type Field Description private GenderInfo.ListGenderStyle
GenderInfo. style
Deprecated.Fields in com.ibm.icu.util with type parameters of type GenderInfo.ListGenderStyle Modifier and Type Field Description private static java.util.Map<java.lang.String,GenderInfo.ListGenderStyle>
GenderInfo.ListGenderStyle. fromNameMap
Deprecated.Methods in com.ibm.icu.util that return GenderInfo.ListGenderStyle Modifier and Type Method Description static GenderInfo.ListGenderStyle
GenderInfo.ListGenderStyle. fromName(java.lang.String name)
Deprecated.This API is ICU internal only.static GenderInfo.ListGenderStyle
GenderInfo.ListGenderStyle. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static GenderInfo.ListGenderStyle[]
GenderInfo.ListGenderStyle. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.icu.util with parameters of type GenderInfo.ListGenderStyle Constructor Description GenderInfo(GenderInfo.ListGenderStyle genderStyle)
Deprecated.This API is ICU internal only.
-