longObjectMapOf

inline fun <V> longObjectMapOf(): Long2ObjectMap<V>
inline fun <V> longObjectMapOf(k: Long, v: V): Long2ObjectMap<V>