Method “forEachWithKey”
function forEachWithKey(key, callback)
Iterates over all nodes matching the given key in the multi-map
Parameters
| Name | Type | Description |
|---|---|---|
key | string | The key to match |
callback | function | Callback function to invoke for each node |
function forEachWithKey(key, callback)
Iterates over all nodes matching the given key in the multi-map
| Name | Type | Description |
|---|---|---|
key | string | The key to match |
callback | function | Callback function to invoke for each node |