Searched refs:reduceValues (Results 1 – 5 of 5) sorted by relevance
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | ConcurrentHashMap8Test.java | 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()
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | ConcurrentHashMap8Test.java | 905 r = m.reduceValues(1L, (Long x, Long y) -> Long.valueOf(x.longValue() + y.longValue())); in testReduceValuesInParallel() 937 Long r = m.reduceValues(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMapReduceValuesSequentially() 971 Long r = m.reduceValues(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMapReduceValuesInParallel()
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
| D | ConcurrentHashMap.annotated.java | 166 …@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
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ConcurrentHashMap.java | 4123 public V reduceValues(long parallelismThreshold, in reduceValues() method in ConcurrentHashMap 4147 public <U> U reduceValues(long parallelismThreshold, in reduceValues() method in ConcurrentHashMap
|
| /libcore/api/ |
| D | current.txt | 15728 …method @Nullable public V reduceValues(long, @NonNull java.util.function.BiFunction<? super V,? su… 15729 …method @Nullable public <U> U reduceValues(long, @NonNull java.util.function.Function<? super V,? …
|