Struct ListMap.Node
Represenation of list node.
struct Node
;
Methods
Name | Description |
---|---|
hasKey
|
Tell whether this node is a key-value node. |
key
|
Key in key-value node. |
next
|
Access next node in the list. |
prev
|
Access previous node in the list. |
toEntry
|
|
value
|
Get stored value. |
value
|
Set stored value. |