Searched refs:reduceValues (Results 1 – 2 of 2) sorted by relevance
806 r = m.reduceValues(1L, (Long x, Long y) -> Long.valueOf(x.longValue() + y.longValue())); in testReduceValuesInParallel()835 Long r = m.reduceValues(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMapReduceValuesSequentially()866 Long r = m.reduceValues(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMapReduceValuesInParallel()
166 …@libcore.util.Nullable public V reduceValues(long parallelismThreshold, @libcore.util.NonNull java… in reduceValues() method in ConcurrentHashMap168 …@libcore.util.Nullable public <U> U reduceValues(long parallelismThreshold, @libcore.util.NonNull … in reduceValues() method in ConcurrentHashMap