Searched refs:forEachEntry (Results 1 – 2 of 2) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 620 …m.forEachEntry(Long.MAX_VALUE, (Map.Entry<Long,Long> e) -> adder.add(e.getKey().longValue() + e.ge… in testForEachEntrySequentially() 660 …m.forEachEntry(1L, (Map.Entry<Long,Long> e) -> adder.add(e.getKey().longValue() + e.getValue().lon… in testForEachEntryInParallel() 707 …m.forEachEntry(Long.MAX_VALUE, (Map.Entry<Long,Long> e) -> Long.valueOf(e.getKey().longValue() + e… in testMappedForEachEntrySequentially() 755 …m.forEachEntry(1L, (Map.Entry<Long,Long> e) -> Long.valueOf(e.getKey().longValue() + e.getValue().… in testMappedForEachEntryInParallel()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | ConcurrentHashMap.annotated.java | 176 …public void forEachEntry(long parallelismThreshold, @libcore.util.NonNull java.util.function.Consu… in forEachEntry() method in ConcurrentHashMap 178 …public <U> void forEachEntry(long parallelismThreshold, @libcore.util.NonNull java.util.function.F… in forEachEntry() method in ConcurrentHashMap
|