objectLongMapOf

inline fun <K> objectLongMapOf(): @Unmodifiable Object2LongMap<K>
inline fun <K> objectLongMapOf(k: K, v: Long): @Unmodifiable Object2LongMap<K>