// FULL_JDK import java.util.concurrent.ConcurrentHashMap fun main() { val map = ConcurrentHashMap() map.put( key = "key", value = "value" ) }