|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.yaml.snakeyaml.nodes.NodeTuple
public final class NodeTuple
Stores one key value pair used in a map.
Constructor Summary | |
---|---|
NodeTuple(Node keyNode,
Node valueNode)
|
Method Summary | |
---|---|
Node |
getKeyNode()
Key node. |
Node |
getValueNode()
Value node. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeTuple(Node keyNode, Node valueNode)
Method Detail |
---|
public final Node getKeyNode()
public final Node getValueNode()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |