object2IntMapOf

fun <K> object2IntMapOf(vararg pairs: Pair<K, Int>): @UnmodifiableView Object2IntMap<K>
fun <K> object2IntMapOf(): @Unmodifiable Object2IntMap<K>