Searched refs:reduceValuesToLong (Results 1 – 2 of 2) sorted by relevance
914 long lr = m.reduceValuesToLong(Long.MAX_VALUE, (Long x) -> x.longValue(), 0L, Long::sum); in testReduceValuesToLongSequentially()968 long lr = m.reduceValuesToLong(1L, (Long x) -> x.longValue(), 0L, Long::sum); in testReduceValuesToLongInParallel()
4206 public long reduceValuesToLong(long parallelismThreshold, in reduceValuesToLong() method in ConcurrentHashMap