long2ObjectMapOf

fun <V> long2ObjectMapOf(vararg pairs: Pair<Long, V>): @UnmodifiableView Long2ObjectMap<V>
fun <V> long2ObjectMapOf(): @Unmodifiable Long2ObjectMap<V>