floatObjectMapOf

inline fun <V> floatObjectMapOf(): @Unmodifiable Float2ObjectMap<V>
inline fun <V> floatObjectMapOf(k: Float, v: V): @Unmodifiable Float2ObjectMap<V>