Class TimeRangeInOut.TimeRangeDayRegion
java.lang.Object
com.iohao.net.framework.core.flow.internal.TimeRangeInOut.TimeRangeDayRegion
- Enclosing class:
TimeRangeInOut
Region that manages
TimeRangeInOut.TimeRangeDay instances, one per calendar date.- Author:
- 渔民小镇
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIterate over all collected daily statistics.getMap()getTimeRangeDay(LocalDate localDate) Get or create theTimeRangeInOut.TimeRangeDayfor the given date.
-
Constructor Details
-
TimeRangeDayRegion
public TimeRangeDayRegion()
-
-
Method Details
-
forEach
Iterate over all collected daily statistics.- Parameters:
action- the action to perform for each date entry
-
getTimeRangeDay
Get or create theTimeRangeInOut.TimeRangeDayfor the given date.- Parameters:
localDate- the date- Returns:
- the daily statistics object
-
getMap
-