toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-core
/
com.huanshankeji.store
/
StringKeyValueStore
String
Key
Value
Store
interface
StringKeyValueStore
(
source
)
Inheritors
MutableMapStringKeyValueStore
Members
Functions
exists
Link copied to clipboard
abstract
fun
exists
(
key
:
String
)
:
Boolean
get
Non
Null
Link copied to clipboard
abstract
fun
getNonNull
(
key
:
String
)
:
String
get
Or
Null
Link copied to clipboard
abstract
fun
getOrNull
(
key
:
String
)
:
String
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
String
,
value
:
String
)