Uses of Interface
de.focus_shift.jollyday.core.spi.Holidays
-
Packages that use Holidays Package Description de.focus_shift.jollyday.core.parser.impl de.focus_shift.jollyday.core.spi -
-
Uses of Holidays in de.focus_shift.jollyday.core.parser.impl
Methods in de.focus_shift.jollyday.core.parser.impl with parameters of type Holidays 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 Holidays in de.focus_shift.jollyday.core.spi
Methods in de.focus_shift.jollyday.core.spi that return Holidays Modifier and Type Method Description HolidaysConfiguration. holidays()
-