Module org.holiday.calendar.western
Class SpringBankHoliday
java.lang.Object
org.holiday.calendar.observance.uk.SpringBankHoliday
Observance of Spring or Late May bank holiday - a statutory bank holiday in
the United Kingdom since 1971. In years when a Jubilee is celebrated for the
anniversary of the accession of the sovereign, this holiday's observed date
is adjusted to adjoin the Jubilee bank holiday to create a 4-day weekend.
- Author:
- Dave Joyce
-
Constructor Details
-
SpringBankHoliday
public SpringBankHoliday()
-
-
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
-