Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java766 … r = m.reduceKeys(Long.MAX_VALUE, (Long x, Long y) -> Long.valueOf(x.longValue() + y.longValue())); in testReduceKeysSequentially()
776 … r = m.reduceKeys(Long.MAX_VALUE, (Long x, Long y) -> Long.valueOf(x.longValue() + y.longValue())); in testReduceValuesSequentially()
796 r = m.reduceKeys(1L, (Long x, Long y) -> Long.valueOf(x.longValue() + y.longValue())); in testReduceKeysInParallel()
825 Long r = m.reduceKeys(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMapReduceKeysSequentially()
856 Long r = m.reduceKeys(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMapReduceKeysInParallel()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java150 …@libcore.util.Nullable public K reduceKeys(long parallelismThreshold, @libcore.util.NonNull java.u… in reduceKeys() method in ConcurrentHashMap
152 …@libcore.util.Nullable public <U> U reduceKeys(long parallelismThreshold, @libcore.util.NonNull ja… in reduceKeys() method in ConcurrentHashMap