Method “forEach”
function forEach(callback)
Iterates over all key/node combinations contained in the multi-map
Parameters
| Name | Type | Description |
|---|---|---|
callback | function | Callback function to invoke for each node |
function forEach(callback)
Iterates over all key/node combinations contained in the multi-map
| Name | Type | Description |
|---|---|---|
callback | function | Callback function to invoke for each node |