Uses of Class
com.ibm.icu.impl.CalType
-
Packages that use CalType Package Description com.ibm.icu.impl com.ibm.icu.util -
-
Uses of CalType in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return CalType Modifier and Type Method Description static CalType
CalType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalType[]
CalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type CalType Modifier and Type Method Description static EraRules
EraRules. getInstance(CalType calType, boolean includeTentativeEra)
-
Uses of CalType in com.ibm.icu.util
Methods in com.ibm.icu.util that return CalType Modifier and Type Method Description private static CalType
Calendar. getCalendarTypeForLocale(ULocale l)
-