kPointer
Toggle table of contents
0.2.0
Select version
0.2.0
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kPointer
kpointer-adapter
/
com.commonsware.kpointer.adapter
/
KpaStruct
/
contains
contains
abstract
operator
fun
contains
(
key
:
String
)
:
Boolean
(
source
)
Returns whether
key
is present in this struct.
Return
true
if
key
is present.
Parameters
key
The key to test.