Module org.holiday.calendar.western
Class MartinLutherKingJrDay
java.lang.Object
org.holiday.calendar.observance.us.MartinLutherKingJrDay
Observance of Birthday of Martin Luther King, Jr. - a federal holiday in the
United States that marks the birthday of Dr. Martin Luther King, Jr. First
observed in 1986, this holiday always falls on the third Monday in January.
- Author:
- Dave Joyce
-
Constructor Details
-
MartinLutherKingJrDay
public MartinLutherKingJrDay()
-
-
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
-