Base Framework
|
Inherits Object.
Public Member Functions | |
Node (unsigned long _hash, const Key &_key, const Value &_value) noexcept | |
Node (unsigned long _hash, const Key &_key, const Value &_value, Node *_next) noexcept | |
unsigned long | getHash () const noexcept |
const Association< Key, Value > & | getKeyValue () const noexcept |
const Key & | getKey () const noexcept |
Value & | getValue () noexcept |
const Value & | getValue () const noexcept |
Node * | getNext () noexcept |
const Node * | getNext () const noexcept |
void | setNext (Node *node) noexcept |
|
inlinenoexcept |
Initializes a node.
|
inlinenoexcept |
Initializes a node.
|
inlinenoexcept |
Returns the hash value of the node.
|
inlinenoexcept |
Returns the key of the node.
|
inlinenoexcept |
Returns the key of the node.
|
inlinenoexcept |
Returns the next node.
Returns the next node.
|
inlinenoexcept |
Returns the value of the node.
|
inlinenoexcept |
Returns the value of the node.