std:std.collections.Map<K,V>.Node

Class Node

The map Node class.

Properties
Key Gets the key contained in the node. (read only)
Value Gets the value contained in the node.