atomicHashMapOf

Returns an empty AtomicMap that does not guarantee preservation of iteration order, but may be faster.


fun <K, V> atomicHashMapOf(vararg pairs: Pair<K, V>): AtomicMap<K, V>

Returns an AtomicMap that does not guarantee preservation of iteration order, but may be faster.