java.lang.Object
org.holiday.calendar.observance.eu.EuropeDay
Observance of Europe Day - a day celebrating "peace and unity in Europe"
celebrated on 5 May by the Council of Europe and on 9 May by the European
Union.
- Author:
- Dave Joyce
-
Constructor Details
-
EuropeDay
public EuropeDay(boolean europeanUnion) -
EuropeDay
public EuropeDay()
-
-
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
-