intObjectMapOf

inline fun <V> intObjectMapOf(): Int2ObjectMap<V>
inline fun <V> intObjectMapOf(k: Int, v: V): Int2ObjectMap<V>