Package com.walkfares.calendar.holiday
Class MaundyThursday
java.lang.Object
com.walkfares.calendar.holiday.BaseHolidayRule
com.walkfares.calendar.holiday.EasterSunday
com.walkfares.calendar.holiday.MaundyThursday
- All Implemented Interfaces:
HolidayRule
public class MaundyThursday extends EasterSunday
-
Constructor Summary
Constructors Constructor Description MaundyThursday() -
Method Summary
Modifier and Type Method Description List<Holiday>getHolidaysForYear(int year)Methods inherited from class com.walkfares.calendar.holiday.BaseHolidayRule
equals, getCode, getName, getOptions, hashCode, withOptions
-
Constructor Details
-
MaundyThursday
public MaundyThursday()
-
-
Method Details
-
getHolidaysForYear
- Specified by:
getHolidaysForYearin interfaceHolidayRule- Overrides:
getHolidaysForYearin classEasterSunday
-