AANode

An item in an associative array. Can be chained together with other items.

Members

Variables

key
Key key;

A hash value.

next
AANode* next;

Links to the next node.

value
Value value;

The value associated with the key.

Meta