Package org.snakeyaml.engine.v2.nodes
Class SequenceNode
Represents a sequence.
A sequence is a ordered collection of nodes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snakeyaml.engine.v2.nodes.CollectionNode
getFlowStyle, setEndMark, setFlowStyle
Methods inherited from class org.snakeyaml.engine.v2.nodes.Node
equals, getAnchor, getBlockComments, getEndComments, getEndMark, getInLineComments, getProperty, getStartMark, getTag, hashCode, isRecursive, setAnchor, setBlockComments, setEndComments, setInLineComments, setProperty, setRecursive, setTag
-
Field Details
-
value
-
-
Constructor Details
-
SequenceNode
-
SequenceNode
-
-
Method Details
-
getNodeType
- Specified by:
getNodeType
in classNode
- Returns:
- scalar, sequence, mapping
-
getValue
Returns the elements in this sequence.- Specified by:
getValue
in classCollectionNode<Node>
- Returns:
- Nodes in the specified order.
-
toString
-