toggle menu
de.quati
2.2.1
common
switch theme
search in API
de.quati
/
de.quati.kotlin.util.coroutine
/
IConcurrentQuatiMap
IConcurrent
Quati
Map
common
interface
IConcurrentQuatiMap
<
K
:
Any
,
V
:
Any
>
Inheritors
ConcurrentQuatiMap
Members
Functions
get
Current
Keys
Link copied to clipboard
common
abstract
suspend
fun
getCurrentKeys
(
)
:
Set
<
K
>
get
Or
Put
Link copied to clipboard
common
abstract
suspend
fun
getOrPut
(
key
:
K
,
initializer
:
(
)
->
V
)
:
V