Searched refs:reduceKeys (Results 1 – 2 of 2) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 766 … 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/ |
D | ConcurrentHashMap.annotated.java | 150 …@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
|