mutableLong2ObjectMapOf

fun <V> mutableLong2ObjectMapOf(vararg pairs: Pair<Long, V>): Long2ObjectOpenHashMap<V>
fun <V> mutableLong2ObjectMapOf(): Long2ObjectOpenHashMap<V>