Home
last modified time | relevance | path

Searched refs:forEachValue (Results 1 – 5 of 5) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java600 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/
DConcurrentHashMap8Test.java625 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/
DConcurrentHashMap.annotated.java160 …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/
DConcurrentHashMap.java4057 public void forEachValue(long parallelismThreshold, in forEachValue() method in ConcurrentHashMap
4079 public <U> void forEachValue(long parallelismThreshold, in forEachValue() method in ConcurrentHashMap
/libcore/api/
Dcurrent.txt15550 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…