Uses of Class
de.focus_shift.jollyday.core.Holiday
Packages that use Holiday
-
Uses of Holiday in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return types with arguments of type HolidayModifier and TypeMethodDescriptionHolidayManager.getHolidays(@NonNull LocalDate startDateInclusive, @NonNull LocalDate endDateInclusive, @NonNull HolidayType holidayType, @NonNull String... args) Returns the holidays for the requested interval, the givenHolidayTypeand hierarchy structure.HolidayManager.getHolidays(@NonNull LocalDate startDateInclusive, @NonNull LocalDate endDateInclusive, @NonNull String... args) Returns the holidays for the requested interval and hierarchy structure.HolidayManager.getHolidays(@NonNull Year year, @NonNull HolidayType holidayType, @NonNull String... args) Returns the holidays for the requested year, the givenHolidayTypeand the hierarchy structureHolidayManager.getHolidays(@NonNull Year year, @NonNull String... args) Returns the holidays for the requested year and hierarchy structure.Methods in de.focus_shift.jollyday.core with parameters of type 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 HolidayModifier and TypeMethodDescriptionstatic booleanShows if the requested date is contained in the Set of holidays.static booleanCalendarUtil.contains(@NonNull Set<Holiday> holidays, @NonNull LocalDate date, @Nullable HolidayType holidayType) Shows if the requested date is contained in the Set of holidays.