Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-api
/
me.ahoo.wow.api.query
/
DynamicDocument
Dynamic
Document
interface
DynamicDocument
:
MutableMap
<
String
,
Any
>
Inheritors
SimpleDynamicDocument
Members
Members & Extensions
Properties
entries
Link copied to clipboard
abstract
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
Any
>
>
keys
Link copied to clipboard
abstract
override
val
keys
:
MutableSet
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
override
val
values
:
MutableCollection
<
Any
>
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
Any
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
Any
?
get
Nested
Document
Link copied to clipboard
abstract
fun
getNestedDocument
(
key
:
String
)
:
DynamicDocument
get
Value
Link copied to clipboard
open
fun
<
V
>
getValue
(
key
:
String
)
:
V
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
put
Link copied to clipboard
abstract
fun
put
(
key
:
String
,
value
:
Any
)
:
Any
?
put
All
Link copied to clipboard
abstract
fun
putAll
(
from
:
Map
<
out
String
,
Any
>
)
to
Dynamic
Document
Link copied to clipboard
fun
MutableMap
<
String
,
Any
>
.
toDynamicDocument
(
)
:
SimpleDynamicDocument