Searched refs:forEachKey (Results 1 – 5 of 5) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 590 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/ |
D | ConcurrentHashMap8Test.java | 615 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/ |
D | ConcurrentHashMap.annotated.java | 144 …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/ |
D | ConcurrentHashMap.java | 3871 public void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap 3892 public <U> void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap
|
/libcore/api/ |
D | current.txt | 15548 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…
|