Searched defs:testComputeIfAbsent (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DConcurrentAssociateTest.java82 public void testComputeIfAbsent() throws Throwable { method in class:ConcurrentAssociateTest
/openjdk9/jdk/test/java/util/Map/
H A DFunctionalCMEs.java62 public void testComputeIfAbsent(Map<String,String> map, boolean expectCME) { method in class:FunctionalCMEs
H A DInPlaceOpsCollisions.java181 private static <T> void testComputeIfAbsent(Map<T, T> map, String desc, T[] keys, method in class:InPlaceOpsCollisions
H A DDefaults.java305 public void testComputeIfAbsent(String description, Map<IntegerEnum, String> map) { method in class:Defaults
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DConcurrentHashMap8Test.java91 public void testComputeIfAbsent() { method in class:ConcurrentHashMap8Test

Completed in 100 milliseconds