Package dev.nm.misc.datastructure.time
Class LocalDateInterval
- java.lang.Object
-
- dev.nm.misc.datastructure.time.LocalDateInterval
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(LocalDate date)
int
dayCount()
boolean
equals(Object obj)
LocalDate
first()
int
hashCode()
Iterator<LocalDate>
iterator()
LocalDate
last()
static LocalDateInterval
of(LocalDate first, LocalDate last)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-