Searched refs:reduceEntriesToInt (Results 1 – 4 of 4) sorted by relevance
135 int result = map.reduceEntriesToInt(SEQUENTIALLY, new KeyAsInt(), 0, Integer::sum); in testReduceEntriesToIntSequentially()142 int result = map.reduceEntriesToInt(IN_PARALLEL, new KeyAsInt(), 0, Integer::sum); in testReduceEntriesToIntInParallel()
190 …public int reduceEntriesToInt(long parallelismThreshold, @libcore.util.NonNull java.util.function.… in reduceEntriesToInt() method in ConcurrentHashMap
4408 public int reduceEntriesToInt(long parallelismThreshold, in reduceEntriesToInt() method in ConcurrentHashMap
15718 …method public int reduceEntriesToInt(long, @NonNull java.util.function.ToIntFunction<java.util.Map…