toggle menu
SnakeYAML Engine KMP
3.1.1
common
switch theme
search in API
SnakeYAML Engine KMP
/
it.krzeminski.snakeyaml.engine.kmp.nodes
/
NodeTuple
Node
Tuple
class
NodeTuple
(
val
keyNode
:
Node
,
val
valueNode
:
Node
)
(
source
)
Stores one key value pair used in a map.
Parameters
key
Node
the node used as the key
value
Node
the node used as the value
Members
Constructors
Node
Tuple
Link copied to clipboard
constructor
(
keyNode
:
Node
,
valueNode
:
Node
)
Properties
key
Node
Link copied to clipboard
val
keyNode
:
Node
value
Node
Link copied to clipboard
val
valueNode
:
Node
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Node
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Node
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String