toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-core
/
com.huanshankeji.store
/
MutableMapStringKeyValueStore
Mutable
Map
String
Key
Value
Store
class
MutableMapStringKeyValueStore
(
val
mutableMap
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
:
StringKeyValueStore
(
source
)
Members
Constructors
Mutable
Map
String
Key
Value
Store
Link copied to clipboard
constructor
(
mutableMap
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
Properties
mutable
Map
Link copied to clipboard
val
mutableMap
:
MutableMap
<
String
,
String
>
Functions
exists
Link copied to clipboard
open
override
fun
exists
(
key
:
String
)
:
Boolean
get
Non
Null
Link copied to clipboard
open
override
fun
getNonNull
(
key
:
String
)
:
String
get
Or
Null
Link copied to clipboard
open
override
fun
getOrNull
(
key
:
String
)
:
String
?
remove
Link copied to clipboard
open
override
fun
remove
(
key
:
String
)
set
Link copied to clipboard
open
operator override
fun
set
(
key
:
String
,
value
:
String
)