This Key/Value iterator can be used to iterate across maps.

Constructor

inlinenew(map:IMap<K, V>)

Methods

inlinenext():{value:V, key:K}