Searched refs:reduceValuesToDouble (Results 1 – 2 of 2) sorted by relevance
932 … double dr = m.reduceValuesToDouble(Long.MAX_VALUE, (Long x) -> x.doubleValue(), 0.0, Double::sum); in testReduceValuesToDoubleSequentially()986 double dr = m.reduceValuesToDouble(1L, (Long x) -> x.doubleValue(), 0.0, Double::sum); in testReduceValuesToDoubleInParallel()
4180 public double reduceValuesToDouble(long parallelismThreshold, in reduceValuesToDouble() method in ConcurrentHashMap