concurrentHashMap

fun <K, V : Any> concurrentHashMap(map: ConcurrentHashMap<K, V> = ConcurrentHashMap()): MapLikeCollection<K, V>

Wraps the map in a MapLikeCollection.