Module org.holiday.calendar.western
Class EarlyMayBankHoliday
java.lang.Object
org.holiday.calendar.observance.uk.EarlyMayBankHoliday
Observance of Early May bank holiday - a proclaimed bank holiday in the
United Kingdom since 1978. In years when the anniversary of VE Day is
commemorated, this holiday's observed date is moved to May 8.
- Author:
- Dave Joyce
-
Constructor Details
-
EarlyMayBankHoliday
public EarlyMayBankHoliday()
-
-
Method Details
-
apply
-
test
Description copied from interface:ObservanceDetermines whether this observance applies to the specified year.- Specified by:
testin interfaceObservance- Specified by:
testin interfacePredicate<Integer>- Parameters:
year- year of potential observance- Returns:
- true if the input year applies for this observance, otherwise false
-