Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Map/
DInPlaceOpsCollisions.java244 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()
DDefaults.java349 public void testComputeIfPresent(String description, Map<IntegerEnum, String> map) { in testComputeIfPresent() method in Defaults
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DConcurrentSkipListMapTest.java87 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentSkipListMapTest
DConcurrentHashMapTest.java303 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentHashMapTest
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java94 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentHashMap8Test
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMap8Test.java118 public void testComputeIfPresent() { in testComputeIfPresent() method in ConcurrentHashMap8Test