Uses of Class
de.focus_shift.jollyday.core.Holiday
-
Packages that use Holiday Package Description de.focus_shift.jollyday.core de.focus_shift.jollyday.core.parser.impl de.focus_shift.jollyday.core.util -
-
Uses of Holiday in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return types with arguments of type Holiday Modifier and Type Method Description abstract Set<Holiday>HolidayManager. getHolidays(int year, HolidayType holidayType, String... args)Returns the holidays for the requested year, the givenHolidayTypeand the hierarchy structureabstract 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, HolidayType holidayType, String... args)Returns the holidays for the requested interval, the givenHolidayTypeand 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.jollyday.core 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.jollyday.core.parser.impl
Methods in de.focus_shift.jollyday.core.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.jollyday.core.util
Method parameters in de.focus_shift.jollyday.core.util with type arguments of type Holiday Modifier and Type Method Description static booleanCalendarUtil. contains(Set<Holiday> holidays, LocalDate date)Shows if the requested date is contained in the Set of holidays.static booleanCalendarUtil. contains(Set<Holiday> holidays, LocalDate date, HolidayType holidayType)Shows if the requested date is contained in the Set of holidays.
-