floatObjectMapOf

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