Uses of Class
com.ibm.icu.util.GenderInfo.Gender

Packages that use GenderInfo.Gender
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of GenderInfo.Gender in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return GenderInfo.Gender
 GenderInfo.Gender GenderInfo.getListGender(GenderInfo.Gender... genders)
          Get the gender of a list, based on locale usage.
 GenderInfo.Gender GenderInfo.getListGender(List<GenderInfo.Gender> genders)
          Get the gender of a list, based on locale usage.
static GenderInfo.Gender GenderInfo.Gender.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenderInfo.Gender[] GenderInfo.Gender.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 GenderInfo.Gender
 GenderInfo.Gender GenderInfo.getListGender(GenderInfo.Gender... genders)
          Get the gender of a list, based on locale usage.
 

Method parameters in com.ibm.icu.util with type arguments of type GenderInfo.Gender
 GenderInfo.Gender GenderInfo.getListGender(List<GenderInfo.Gender> genders)
          Get the gender of a list, based on locale usage.
 



Copyright (c) 2012 IBM Corporation and others.