public class DateRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.BiPredicate<DateRange,java.time.Instant> |
RANGE_CHECK |
| Constructor and Description |
|---|
DateRange(java.time.Instant start,
java.time.Instant finish) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.time.Instant |
getFinish() |
java.time.Instant |
getStart() |
int |
hashCode() |
public static final java.util.function.BiPredicate<DateRange,java.time.Instant> RANGE_CHECK