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 变量和类型 方法 描述 int
ConcurrentHashMap. reduceToInt(long parallelismThreshold, ToIntBiFunction<? super K,? super V> transformer, int basis, IntBinaryOperator reducer)
返回使用给定的reducer汇总所有(键,值)对的给定转换以组合值和给定基础作为标识值的结果。
-