toggle menu
io.github.goquati
1.15.2
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.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