Home
last modified time | relevance | path

Searched refs:forEachKey (Results 1 – 2 of 2) 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/main/java/java/util/concurrent/
DConcurrentHashMap.java3879 public void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap
3900 public <U> void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap