Searched refs:forEachValue (Results 1 – 5 of 5) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 600 m.forEachValue(Long.MAX_VALUE, (Long x) -> adder.add(x.longValue())); in testForEachValueSequentially() 640 m.forEachValue(1L, (Long x) -> adder.add(x.longValue())); in testForEachValueInParallel() 683 m.forEachValue(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachValueSequentially() 731 m.forEachValue(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachValueInParallel()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ConcurrentHashMap8Test.java | 625 m.forEachValue(Long.MAX_VALUE, (Long x) -> adder.add(x.longValue())); in testForEachValueSequentially() 665 m.forEachValue(1L, (Long x) -> adder.add(x.longValue())); in testForEachValueInParallel() 708 m.forEachValue(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachValueSequentially() 756 m.forEachValue(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachValueInParallel()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | ConcurrentHashMap.annotated.java | 160 …public void forEachValue(long parallelismThreshold, @libcore.util.NonNull java.util.function.Consu… in forEachValue() method in ConcurrentHashMap 162 …public <U> void forEachValue(long parallelismThreshold, @libcore.util.NonNull java.util.function.F… in forEachValue() method in ConcurrentHashMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 4057 public void forEachValue(long parallelismThreshold, in forEachValue() method in ConcurrentHashMap 4079 public <U> void forEachValue(long parallelismThreshold, in forEachValue() method in ConcurrentHashMap
|
/libcore/api/ |
D | current.txt | 15550 method public void forEachValue(long, @NonNull java.util.function.Consumer<? super V>); 15551 …method public <U> void forEachValue(long, @NonNull java.util.function.Function<? super V,? extends…
|