程序包 dev.utils.common
接口 ForUtils.FloatConsumer
- 封闭类:
ForUtils
public static interface ForUtils.FloatConsumer
detail: 循环消费者
- 作者:
- Ttt
-
方法概要
-
方法详细资料
-
accept
void accept(int index, float value) 循环消费方法- 参数:
index- 索引value- 对应索引值
-
ForUtilsindex - 索引value - 对应索引值