toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.config
/
CfgMapInterface
Cfg
Map
Interface
interface
CfgMapInterface
<
S
,
T
>
:
CfgValueInterface
<
Map
<
S
,
T
>
>
(
source
)
Inheritors
CfgMapValue
Members
Properties
is
Set
Link copied to clipboard
abstract
val
isSet
:
Boolean
options
Link copied to clipboard
abstract
val
options
:
MutableMap
<
String
,
String
>
?
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
get
Link copied to clipboard
abstract
fun
get
(
key
:
S
)
:
T
?
abstract
fun
get
(
)
:
Map
<
S
,
T
>
?
get
Or
Default
Link copied to clipboard
abstract
fun
getOrDefault
(
)
:
Map
<
S
,
T
>
?
put
Link copied to clipboard
abstract
fun
put
(
key
:
S
,
value
:
T
)
set
Link copied to clipboard
abstract
fun
set
(
newValue
:
Map
<
S
,
T
>
?
)
update
Link copied to clipboard
abstract
fun
update
(
newValue
:
CfgValueInterface
<
Map
<
S
,
T
>
>
)