toggle menu
kvcache
androidJvm
switch theme
search in API
kvcache
/
com.king.kvcache
/
KVCachePropertyStringSet
KVCache
Property
String
Set
class
KVCachePropertyStringSet
(
key
:
String
?
,
defaultValue
:
Set
<
String
>
?
)
:
ReadWriteProperty
<
Any
,
Set
<
String
>
?
>
属性委托
Set
Members
Constructors
KVCache
Property
String
Set
Link copied to clipboard
constructor
(
key
:
String
?
,
defaultValue
:
Set
<
String
>
?
)
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
)
:
Set
<
String
>
?
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
,
value
:
Set
<
String
>
?
)