int2ObjectMapOf

fun <V> int2ObjectMapOf(vararg pairs: Pair<Int, V>): @UnmodifiableView Int2ObjectMap<V>
fun <V> int2ObjectMapOf(): @Unmodifiable Int2ObjectMap<V>