Searched refs:testComputeIfPresent (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/test/java/util/Map/ |
D | InPlaceOpsCollisions.java | 244 private static <T> void testComputeIfPresent(Map<T, T> map, String desc, T[] keys, in testComputeIfPresent() method in InPlaceOpsCollisions 289 testComputeIfPresent(map, desc, keys, (k, v) -> val); in testComputeIfPresentNonNull() 296 testComputeIfPresent(map, desc, keys, (k, v) -> null); in testComputeIfPresentNull()
|
D | Defaults.java | 349 public void testComputeIfPresent(String description, Map<IntegerEnum, String> map) { in testComputeIfPresent() method in Defaults
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | ConcurrentSkipListMapTest.java | 87 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentSkipListMapTest
|
D | ConcurrentHashMapTest.java | 303 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentHashMapTest
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 94 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentHashMap8Test
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ConcurrentHashMap8Test.java | 118 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentHashMap8Test
|