This site requires javascript.
Android Code Search
file:androidx/collection/ObjectLongMap.kt function:mutableObjectLongMapOf
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/
ObjectLongMap.kt
content_copy
Preview
136:
137:
138:
139:
140:
141:
/** Returns a new empty [MutableObjectLongMap]. */
public
fun
<K>
mutableObjectLongMapOf
(): MutableObjectLongMap<K> = MutableObjectLongMap()
/** Returns a new [MutableObjectLongMap] with only [key1] associated with [value1]. */
public
fun
<K>
mutableObjectLongMapOf
(
key1: K,
148:
149:
150:
*/
public
fun
<K>
mutableObjectLongMapOf
(
key1: K,
163:
164:
165:
*/
public
fun
<K>
mutableObjectLongMapOf
(
key1: K,
181:
182:
183:
*/
public
fun
<K>
mutableObjectLongMapOf
(
key1: K,
202:
203:
204:
*/
public
fun
<K>
mutableObjectLongMapOf
(
key1: K,
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