public interface MutableYamlSequence extends YamlSequence, MutableYamlNode
YamlSequence
UNNAMED_NODE
Modifier and Type | Method and Description |
---|---|
void |
addChild(YamlNode node)
Adds a new child node to the sequence
|
child, childAsMapping, childAsScalar, childAsScalarValue, childAsScalarValue, childAsSequence
childCount, children
setNodeName
void addChild(YamlNode node)
node
- The child nodeCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.