Uses of Interface
java.util.function.ToIntBiFunction
-
Packages that use ToIntBiFunction 软件包 描述 java.util.concurrent 实用程序类通常用于并发编程。 -
-
Uses of ToIntBiFunction in java.util.concurrent
Methods in java.util.concurrent with parameters of type ToIntBiFunction Modifier and Type 方法 描述 int
ConcurrentHashMap. reduceToInt(long parallelismThreshold, ToIntBiFunction<? super K,? super V> transformer, int basis, IntBinaryOperator reducer)
返回使用给定的reducer将所有(key,value)对的给定变换累加到结合值的结果,给定基础作为标识值。
-