Home
last modified time | relevance | path

Searched refs:reduceValues (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java806 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()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java166 …@libcore.util.Nullable public V reduceValues(long parallelismThreshold, @libcore.util.NonNull java… in reduceValues() method in ConcurrentHashMap
168 …@libcore.util.Nullable public <U> U reduceValues(long parallelismThreshold, @libcore.util.NonNull … in reduceValues() method in ConcurrentHashMap