Uses of Class
com.ibm.icu.util.GenderInfo.Gender
-
Packages that use GenderInfo.Gender Package Description com.ibm.icu.util -
-
Uses of GenderInfo.Gender in com.ibm.icu.util
Methods in com.ibm.icu.util that return GenderInfo.Gender Modifier and Type Method Description GenderInfo.Gender
GenderInfo. getListGender(GenderInfo.Gender... genders)
Deprecated.This API is ICU internal only.GenderInfo.Gender
GenderInfo. getListGender(java.util.List<GenderInfo.Gender> genders)
Deprecated.This API is ICU internal only.static GenderInfo.Gender
GenderInfo.Gender. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static GenderInfo.Gender[]
GenderInfo.Gender. values()
Deprecated.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 GenderInfo.Gender Modifier and Type Method Description GenderInfo.Gender
GenderInfo. getListGender(GenderInfo.Gender... genders)
Deprecated.This API is ICU internal only.Method parameters in com.ibm.icu.util with type arguments of type GenderInfo.Gender Modifier and Type Method Description GenderInfo.Gender
GenderInfo. getListGender(java.util.List<GenderInfo.Gender> genders)
Deprecated.This API is ICU internal only.
-