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.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, 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.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.util
Method parameters in de.focus_shift.jollyday.core.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.
-