Searched refs:testComputeIfAbsent (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/test/java/util/Map/ |
D | InPlaceOpsCollisions.java | 186 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()
|
D | Defaults.java | 306 public void testComputeIfAbsent(String description, Map<IntegerEnum, String> map) { in testComputeIfAbsent() method in Defaults
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | ConcurrentSkipListMapTest.java | 81 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentSkipListMapTest
|
D | ConcurrentHashMapTest.java | 297 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentHashMapTest
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 68 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentHashMap8Test
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ConcurrentHashMap8Test.java | 92 public void testComputeIfAbsent() { in testComputeIfAbsent() method in ConcurrentHashMap8Test
|