Searched refs:reduceValuesToInt (Results 1 – 2 of 2) sorted by relevance
923 int ir = m.reduceValuesToInt(Long.MAX_VALUE, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceValuesToIntSequentially()977 int ir = m.reduceValuesToInt(1L, (Long x) -> x.intValue(), 0, Integer::sum); in testReduceValuesToIntInParallel()
4232 public int reduceValuesToInt(long parallelismThreshold, in reduceValuesToInt() method in ConcurrentHashMap