This site requires javascript.
Android Code Search
file:androidx/collection/LongFloatMap.kt function:mutableLongFloatMapOf
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/
LongFloatMap.kt
content_copy
Preview
133:
134:
135:
136:
137:
138:
/** Returns a new [MutableLongFloatMap]. */
public
fun
mutableLongFloatMapOf
(): MutableLongFloatMap = MutableLongFloatMap()
/** Returns a new [MutableLongFloatMap] with [key1] associated with [value1]. */
public
fun
mutableLongFloatMapOf
(key1: Long, value1: Float): MutableLongFloatMap =
MutableLongFloatMap().also { map -> map[key1] = value1 }
143:
144:
145:
*/
public
fun
mutableLongFloatMapOf
(
key1: Long,
158:
159:
160:
*/
public
fun
mutableLongFloatMapOf
(
key1: Long,
176:
177:
178:
*/
public
fun
mutableLongFloatMapOf
(
key1: Long,
197:
198:
199:
*/
public
fun
mutableLongFloatMapOf
(
key1: Long,
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