public interface WithStartEndDate
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Date> |
END_DATE_COMPARATOR |
static Comparator<Date> |
START_DATE_COMPARATOR |
static Comparator<WithStartEndDate> |
WITH_END_DATE_COMPARATOR |
static Comparator<WithStartEndDate> |
WITH_START_DATE_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
Date |
getStartDate() |
static final Comparator<Date> START_DATE_COMPARATOR
static final Comparator<Date> END_DATE_COMPARATOR
static final Comparator<WithStartEndDate> WITH_START_DATE_COMPARATOR
static final Comparator<WithStartEndDate> WITH_END_DATE_COMPARATOR
Copyright © 2017–2020 IRD. All rights reserved.