Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java590 m.forEachKey(Long.MAX_VALUE, (Long x) -> adder.add(x.longValue())); in testForEachKeySequentially()
630 m.forEachKey(1L, (Long x) -> adder.add(x.longValue())); in testForEachKeyInParallel()
671 m.forEachKey(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachKeySequentially()
719 m.forEachKey(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachKeyInParallel()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMap8Test.java615 m.forEachKey(Long.MAX_VALUE, (Long x) -> adder.add(x.longValue())); in testForEachKeySequentially()
655 m.forEachKey(1L, (Long x) -> adder.add(x.longValue())); in testForEachKeyInParallel()
696 m.forEachKey(Long.MAX_VALUE, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachKeySequentially()
744 m.forEachKey(1L, (Long x) -> Long.valueOf(4 * x.longValue()), in testMappedForEachKeyInParallel()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java144 …public void forEachKey(long parallelismThreshold, @libcore.util.NonNull java.util.function.Consume… in forEachKey() method in ConcurrentHashMap
146 …public <U> void forEachKey(long parallelismThreshold, @libcore.util.NonNull java.util.function.Fun… in forEachKey() method in ConcurrentHashMap
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3871 public void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap
3892 public <U> void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap
/libcore/api/
Dcurrent.txt15548 method public void forEachKey(long, @NonNull java.util.function.Consumer<? super K>);
15549 …method public <U> void forEachKey(long, @NonNull java.util.function.Function<? super K,? extends U…