objectLongMapOf

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