shared
1.27.0
common
shared
/
io.dyte.core
/
ThreadSafeMap
Thread
Safe
Map
class
ThreadSafeMap
<
Key
,
Value
>
Members
Constructors
Thread
Safe
Map
Link copied to clipboard
constructor
(
)
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
Key
)
:
Value
?
get
Or
Else
Link copied to clipboard
fun
getOrElse
(
key
:
Key
,
execute
:
(
)
->
Value
)
:
Value
get
Value
Link copied to clipboard
fun
getValue
(
key
:
Key
)
:
Value
remove
Link copied to clipboard
fun
remove
(
key
:
Key
)
:
Value
?
set
Link copied to clipboard
operator
fun
set
(
key
:
Key
,
value
:
Value
)