Uses of Class
de.focus_shift.Holiday
-
Packages that use Holiday Package Description de.focus_shift de.focus_shift.impl de.focus_shift.parser de.focus_shift.parser.functions de.focus_shift.parser.impl de.focus_shift.util -
-
Uses of Holiday in de.focus_shift
Methods in de.focus_shift that return types with arguments of type Holiday Modifier and Type Method Description abstract Set<Holiday>HolidayManager. getHolidays(int year, String... args)Returns the holidays for the requested year and hierarchy structure.abstract Set<Holiday>HolidayManager. getHolidays(LocalDate startDateInclusive, LocalDate endDateInclusive, String... args)Returns the holidays for the requested interval and hierarchy structure.Methods in de.focus_shift with parameters of type Holiday Modifier and Type Method Description intHoliday. compareTo(Holiday other)Compares this holiday to another holiday. -
Uses of Holiday in de.focus_shift.impl
Methods in de.focus_shift.impl that return types with arguments of type Holiday Modifier and Type Method Description Set<Holiday>DefaultHolidayManager. getHolidays(int year, String... args)Returns the holidays for the requested year and hierarchy structure.Set<Holiday>DefaultHolidayManager. getHolidays(LocalDate startDateInclusive, LocalDate endDateInclusive, String... args)Returns the holidays for the requested interval and hierarchy structure.Set<Holiday>JapaneseHolidayManager. getHolidays(int year, String... args)Returns the holidays for the requested year and hierarchy structure. -
Uses of Holiday in de.focus_shift.parser
Methods in de.focus_shift.parser that return types with arguments of type Holiday Modifier and Type Method Description List<Holiday>HolidayParser. parse(int year, Holidays config)Parses for the provided year using theHolidaysconfig and adds to the set of holidays. -
Uses of Holiday in de.focus_shift.parser.functions
Methods in de.focus_shift.parser.functions that return Holiday Modifier and Type Method Description HolidayCreateHoliday. apply(Described described) -
Uses of Holiday in de.focus_shift.parser.impl
Methods in de.focus_shift.parser.impl that return types with arguments of type Holiday Modifier and Type Method Description List<Holiday>ChristianHolidayParser. parse(int year, Holidays holidays)List<Holiday>EthiopianOrthodoxHolidayParser. parse(int year, Holidays holidays)List<Holiday>FixedParser. parse(int year, Holidays holidays)List<Holiday>FixedWeekdayBetweenFixedParser. parse(int year, Holidays holidays)List<Holiday>FixedWeekdayInMonthParser. parse(int year, Holidays holidays)List<Holiday>FixedWeekdayRelativeToFixedParser. parse(int year, Holidays holidays)List<Holiday>IslamicHolidayParser. parse(int year, Holidays holidays)List<Holiday>RelativeToEasterSundayParser. parse(int year, Holidays holidays)List<Holiday>RelativeToFixedParser. parse(int year, Holidays holidays)List<Holiday>RelativeToWeekdayInMonthParser. parse(int year, Holidays holidays) -
Uses of Holiday in de.focus_shift.util
Method parameters in de.focus_shift.util with type arguments of type Holiday Modifier and Type Method Description booleanCalendarUtil. contains(Set<Holiday> holidays, LocalDate date)Calls #contains(holidays, date, null)booleanCalendarUtil. contains(Set<Holiday> holidays, LocalDate date, HolidayType holidayType)Shows if the requested date is contained in the Set of holidays.
-