接口的使用
java.util.function.ToIntBiFunction
使用 ToIntBiFunction 的包
-
ToIntBiFunction 在 java.util.concurrent 中的用法
java.util.concurrent 中的方法,参数类型为 ToIntBiFunction修饰符和类型方法描述intConcurrentHashMap.reduceToInt(long parallelismThreshold, ToIntBiFunction<? super K, ? super V> transformer, int basis, IntBinaryOperator reducer) 返回使用给定的 reducer 对所有 (key, value) 对的给定转换进行累加以组合值的结果,并将给定的基作为标识值。