Uses of Record Class
com.iohao.net.framework.core.flow.internal.TimeRangeInOut.TimeRangeHour
Packages that use TimeRangeInOut.TimeRangeHour
-
Uses of TimeRangeInOut.TimeRangeHour in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal that return TimeRangeInOut.TimeRangeHourModifier and TypeMethodDescriptionstatic TimeRangeInOut.TimeRangeHourTimeRangeInOut.TimeRangeHour.create(int hour, List<TimeRangeInOut.TimeRangeMinute> minuteList) default TimeRangeInOut.TimeRangeHourTimeRangeInOut.ChangeListener.createListenerTimeRangeHour(int hour) create TimeRangeHour, the hour range to be statistically monitoredTimeRangeInOut.TimeRangeDay.getTimeRangeHour(LocalTime localTime) TimeRangeInOut.TimeRangeDay.timeRangeHours()Returns the value of thetimeRangeHoursrecord component.Methods in com.iohao.net.framework.core.flow.internal that return types with arguments of type TimeRangeInOut.TimeRangeHourModifier and TypeMethodDescriptiondefault List<TimeRangeInOut.TimeRangeHour> TimeRangeInOut.ChangeListener.createListenerTimeRangeHourList()create TimeRangeHour list, list of hour ranges to be statistically monitoredTimeRangeInOut.TimeRangeDay.stream()Method parameters in com.iohao.net.framework.core.flow.internal with type arguments of type TimeRangeInOut.TimeRangeHourModifier and TypeMethodDescriptionstatic TimeRangeInOut.TimeRangeDayTimeRangeInOut.TimeRangeDay.create(LocalDate localDate, List<TimeRangeInOut.TimeRangeHour> timeRangeHours) Constructors in com.iohao.net.framework.core.flow.internal with parameters of type TimeRangeInOut.TimeRangeHourModifierConstructorDescriptionTimeRangeDay(LocalDate localDate, LongAdder count, TimeRangeInOut.TimeRangeHour[] timeRangeHours) Creates an instance of aTimeRangeDayrecord class.