objectFloatMapOf

inline fun <K> objectFloatMapOf(): Object2FloatMap<K>
inline fun <K> objectFloatMapOf(k: K, v: Float): Object2FloatMap<K>