This site requires javascript.
Android Code Search
file:androidx/collection/FloatObjectMap.kt function:mutableFloatObjectMapOf
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
collection/collection/src/commonMain/kotlin/androidx/collection/
FloatObjectMap.kt
content_copy
Preview
135:
136:
137:
138:
139:
140:
/** Returns a new [MutableFloatObjectMap]. */
public
fun
<V>
mutableFloatObjectMapOf
(): MutableFloatObjectMap<V> = MutableFloatObjectMap()
/** Returns a new [MutableFloatObjectMap] with [key1] associated with [value1]. */
public
fun
<V>
mutableFloatObjectMapOf
(key1: Float, value1: V): MutableFloatObjectMap<V> =
MutableFloatObjectMap<V>().also { map -> map[key1] = value1 }
145:
146:
147:
*/
public
fun
<V>
mutableFloatObjectMapOf
(
key1: Float,
160:
161:
162:
*/
public
fun
<V>
mutableFloatObjectMapOf
(
key1: Float,
178:
179:
180:
*/
public
fun
<V>
mutableFloatObjectMapOf
(
key1: Float,
199:
200:
201:
*/
public
fun
<V>
mutableFloatObjectMapOf
(
key1: Float,
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main