Uses of Record Class
com.iohao.net.framework.core.flow.internal.TimeRangeInOut.TimeRangeMinute
Packages that use TimeRangeInOut.TimeRangeMinute
-
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) 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.