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 booleancontains(LocalDate date)intdayCount()booleanequals(Object obj)LocalDatefirst()inthashCode()Iterator<LocalDate>iterator()LocalDatelast()static LocalDateIntervalof(LocalDate first, LocalDate last)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-