Searched refs:forEachKey (Results 1 – 2 of 2) sorted by relevance
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()
3879 public void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap3900 public <U> void forEachKey(long parallelismThreshold, in forEachKey() method in ConcurrentHashMap