public interface Period
| Modifier and Type | Interface and Description |
|---|---|
static class |
Period.DefaultPeriod |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom() |
Date |
getTo() |
default boolean |
isCurrent() |
default boolean |
isCurrent(Date date) |
default boolean |
isFromPeriodValid(Date date) |
default boolean |
isToPeriodValid(Date date) |
static Period |
of(Date from,
Date to) |
Copyright © 2022 NorStella. All rights reserved.