Module org.holiday.calendar.western
Class SummerBankHoliday
java.lang.Object
org.holiday.calendar.observance.uk.SummerBankHoliday
Observance of Summer bank holiday - a statutory bank holiday in the United
Kingdom since 1971. It is observed on the last Monday in August.
- Author:
- Dave Joyce
-
Constructor Details
-
SummerBankHoliday
public SummerBankHoliday()
-
-
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
-