Package org.yaml.snakeyaml.nodes
Class SequenceNode
Represents a sequence.
A sequence is a ordered collection of nodes.
-
Field Summary
FieldsFields inherited from class org.yaml.snakeyaml.nodes.Node
endMark, resolved, useClassConstructor
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceNode
(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, Boolean style) Deprecated.SequenceNode
(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) SequenceNode
(Tag tag, List<Node> value, Boolean style) Deprecated.SequenceNode
(Tag tag, List<Node> value, DumperOptions.FlowStyle flowStyle) -
Method Summary
Methods inherited from class org.yaml.snakeyaml.nodes.CollectionNode
getFlowStyle, setEndMark, setFlowStyle, setFlowStyle
Methods inherited from class org.yaml.snakeyaml.nodes.Node
equals, getAnchor, getEndMark, getStartMark, getTag, getType, hashCode, isResolved, isTwoStepsConstruction, setAnchor, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
-
Field Details
-
value
-
-
Constructor Details
-
Method Details
-
getNodeId
Description copied from class:Node
For error reporting. -
getValue
Returns the elements in this sequence.- Specified by:
getValue
in classCollectionNode<Node>
- Returns:
- Nodes in the specified order.
-
setListType
-
toString
-