objectIntMapOf

inline fun <K> objectIntMapOf(): Object2IntMap<K>
inline fun <K> objectIntMapOf(k: K, v: Int): Object2IntMap<K>