Package org.yaml.snakeyaml.nodes
Class NodeTuple
java.lang.Object
org.yaml.snakeyaml.nodes.NodeTuple
public final class NodeTuple
extends java.lang.Object
Stores one key value pair used in a map.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description NodegetKeyNode()Key node.NodegetValueNode()Value node.java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
getKeyNode
Key node.- Returns:
- the node used as key
-
getValueNode
Value node.- Returns:
- node used as value
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-