Uses of Interface
com.ibm.icu.util.DateRule
-
Packages that use DateRule Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of DateRule in com.ibm.icu.util
Classes in com.ibm.icu.util that implement DateRule Modifier and Type Class Description class
EasterHoliday
Note: The Holiday framework is a technology preview.(package private) class
EasterRule
class
HebrewHoliday
Note: The Holiday framework is a technology preview.class
Holiday
Note: The Holiday framework is a technology preview.class
RangeDateRule
Note: The Holiday framework is a technology preview.class
SimpleDateRule
Note: The Holiday framework is a technology preview.class
SimpleHoliday
Note: The Holiday framework is a technology preview.Fields in com.ibm.icu.util declared as DateRule Modifier and Type Field Description private DateRule
Holiday. rule
DateRule
Range. rule
Methods in com.ibm.icu.util that return DateRule Modifier and Type Method Description DateRule
Holiday. getRule()
private static DateRule
SimpleHoliday. rangeRule(int startYear, int endYear, DateRule rule)
Methods in com.ibm.icu.util with parameters of type DateRule Modifier and Type Method Description void
RangeDateRule. add(DateRule rule)
void
RangeDateRule. add(java.util.Date start, DateRule rule)
private static DateRule
SimpleHoliday. rangeRule(int startYear, int endYear, DateRule rule)
void
Holiday. setRule(DateRule rule)
Constructors in com.ibm.icu.util with parameters of type DateRule Constructor Description Holiday(java.lang.String name, DateRule rule)
Construct a new Holiday object.Range(java.util.Date start, DateRule rule)
-