Uses of Interface
com.ibm.icu.util.IslamicCalendar.Algorithm
-
Packages that use IslamicCalendar.Algorithm Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of IslamicCalendar.Algorithm in com.ibm.icu.util
Classes in com.ibm.icu.util that implement IslamicCalendar.Algorithm Modifier and Type Class Description private static class
IslamicCalendar.CivilAlgorithm
Algorithm which implement the rules for CalculationType.ISLAMIC_CIVIL.private static class
IslamicCalendar.IslamicAlgorithm
Algorithm which implement the rules for CalculationType.ISLAMIC.private static class
IslamicCalendar.TBLAAlgorithm
Algorithm which implement the rules for CalculationType.ISLAMIC_TBLA.private static class
IslamicCalendar.UmalquraAlgorithm
Algorithm which implement the rules for CalculationType.ISLAMIC_UMALQURA.Fields in com.ibm.icu.util declared as IslamicCalendar.Algorithm Modifier and Type Field Description private IslamicCalendar.Algorithm
IslamicCalendar. algorithm
private static IslamicCalendar.Algorithm
IslamicCalendar. CIVIL_ALGORITHM
private static IslamicCalendar.Algorithm
IslamicCalendar. ISLAMIC_ALGORITHM
private static IslamicCalendar.Algorithm
IslamicCalendar. TBLA_ALGORITHM
private static IslamicCalendar.Algorithm
IslamicCalendar. UMALQURA_ALGORITHM
-