Uses of Interface
org.holiday.calendar.Holiday
Packages that use Holiday
Package
Description
Base classes and interfaces of Holiday Calendar API.
Implementations of
Observance
for holidays observed exclusively in the United Kingdom.-
Uses of Holiday in org.holiday.calendar
Classes in org.holiday.calendar that implement HolidayModifier and TypeClassDescriptionfinal classA holiday which occurs on the same date every year.final classA holiday which occurs on a different date every year.final classA holiday which commemorates a particular anniversary of an event.Methods in org.holiday.calendar that return HolidayModifier and TypeMethodDescriptionHoliday.HolidayBuilder.build()Build theHolidayobject.HolidayDate.getHoliday()Backward-compatible accessor.HolidayDate.holiday()Returns the value of theholidayrecord component.Methods in org.holiday.calendar that return types with arguments of type HolidayModifier and TypeMethodDescriptionHolidayCalendar.getHolidays()Get holidays observed on this calendar.Methods in org.holiday.calendar with parameters of type HolidayModifier and TypeMethodDescriptionMethod parameters in org.holiday.calendar with type arguments of type HolidayModifier and TypeMethodDescriptionHolidayCalendar.HolidayCalendarBuilder.holidays(Collection<Holiday> holidays) Constructors in org.holiday.calendar with parameters of type HolidayModifierConstructorDescriptionHolidayDate(Holiday holiday, LocalDate date) Creates an instance of aHolidayDaterecord class. -
Uses of Holiday in org.holiday.calendar.observance.uk
Methods in org.holiday.calendar.observance.uk with parameters of type HolidayModifier and TypeMethodDescriptionstatic DateRollUKDateRolls.fixedHolidayRoll(Holiday newYearsDay, Holiday christmasDay, Holiday boxingDay) Returns the standard UK date roll strategy for New Year's Day, Christmas Day, and Boxing Day.