Package com.walkfares.calendar.holiday
Class Pentecost
java.lang.Object
com.walkfares.calendar.holiday.BaseHolidayRule
com.walkfares.calendar.holiday.EasterSunday
com.walkfares.calendar.holiday.Pentecost
- All Implemented Interfaces:
HolidayRule
public class Pentecost extends EasterSunday
-
Constructor Summary
Constructors Constructor Description Pentecost()
-
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
-
Pentecost
public Pentecost()
-
-
Method Details
-
getHolidaysForYear
- Specified by:
getHolidaysForYear
in interfaceHolidayRule
- Overrides:
getHolidaysForYear
in classEasterSunday
-