Uses of Record Class
com.iohao.net.framework.core.flow.internal.TimeRangeInOut.TimeRangeMinute
Packages that use TimeRangeInOut.TimeRangeMinute
Package
Description
Provides internal flow-plugin implementations that participate in the framework execution
pipeline and support extensible request-processing behavior.
-
Uses of TimeRangeInOut.TimeRangeMinute in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal that return TimeRangeInOut.TimeRangeMinuteModifier and TypeMethodDescriptionTimeRangeInOut.TimeRangeMinute.create(int start, int end) Create minute range recordMethods in com.iohao.net.framework.core.flow.internal that return types with arguments of type TimeRangeInOut.TimeRangeMinuteModifier and TypeMethodDescriptiondefault List<TimeRangeInOut.TimeRangeMinute> TimeRangeInOut.ChangeListener.createListenerTimeRangeMinuteList()create TimeRangeMinute list, list of minute range recordsTimeRangeInOut.TimeRangeHour.minuteList()Returns the value of theminuteListrecord component.Method parameters in com.iohao.net.framework.core.flow.internal with type arguments of type TimeRangeInOut.TimeRangeMinuteModifier and TypeMethodDescriptionstatic TimeRangeInOut.TimeRangeHourTimeRangeInOut.TimeRangeHour.create(int hour, List<TimeRangeInOut.TimeRangeMinute> minuteList) Create an hourly statistics record for the given hour.Constructor parameters in com.iohao.net.framework.core.flow.internal with type arguments of type TimeRangeInOut.TimeRangeMinuteModifierConstructorDescriptionTimeRangeHour(LocalTime hourTime, LongAdder count, List<TimeRangeInOut.TimeRangeMinute> minuteList) Creates an instance of aTimeRangeHourrecord class.