map.put(keyTwo,valueOne).thenAccept(result -> assertTrue(result)).join(); | map.put(two,one).thenAccept(result -> assertTrue(result)).join(); | map.put(keyTwo,valueOne) | map.put(two,valueOne) | atomix | 16ea4db6115b830789393e55d558c1c3be53fc84 | io.atomix.primitives.multimap.impl.ConsistentSetMultimapTest | | | | | | Uses | False |