Home
last modified time | relevance | path

Searched refs:testComputeIfAbsent (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/util/Map/
DInPlaceOpsCollisions.java186 private static <T> void testComputeIfAbsent(Map<T, T> map, String desc, T[] keys, in testComputeIfAbsent() method in InPlaceOpsCollisions
234 testComputeIfAbsent(map, desc, keys, (k) -> val); in testComputeIfAbsentNonNull()
241 testComputeIfAbsent(map, desc, keys, (k) -> null); in testComputeIfAbsentNull()
DDefaults.java306 public void testComputeIfAbsent(String description, Map<IntegerEnum, String> map) { in testComputeIfAbsent() method in Defaults
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DConcurrentSkipListMapTest.java81 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentSkipListMapTest
DConcurrentHashMapTest.java297 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentHashMapTest
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java68 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentHashMap8Test
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMap8Test.java92 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentHashMap8Test