| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInRange(LocalDate date,
LocalDate startDate,
LocalDate endDate)
Checks whether the given date is within the range of the given dates.
|
public static boolean isInRange(LocalDate date, LocalDate startDate, LocalDate endDate)
IllegalArgumentException - if date is nullIllegalArgumentException - if startDate is nullIllegalArgumentException - if endDate is null