| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInRange(Year year,
Year startYear,
Year endYear)
Checks whether the given year is within the range of the given years.
|
public static boolean isInRange(Year year, Year startYear, Year endYear)
IllegalArgumentException - if year is nullIllegalArgumentException - if startDate is nullIllegalArgumentException - if endDate is null