IteratorDict

IteratorDict

Iterator for key-value styled data structures

Constructor

new IteratorDict(data, next, has_next) → {Iterator}

Source:
See:
  • new_iter_dict
Parameters:
Name Type Description
data Any
next Method()
has_next Method()
Returns:
  • iterator struct
Type
Iterator

Extends

Methods

(static) names() → {Iterator}

Source:

return Iterator of names

Returns:
Type
Iterator

(static) values() → {Iterator}

Source:

return Iterator of names

Returns:
Type
Iterator

(static) to_map() → {ds_map}

Source:

return ds_map of key-value pairs

Returns:
Type
ds_map

(static) to_struct() → {Struct}

Source:

return struct of key-value pairs

Returns:
Type
Struct