MapKeyValueIterator<K, V>
package haxe.iterators
Available on all platforms
This Key/Value iterator can be used to iterate across maps.
Constructor
inlinenew(map:IMap<K, V>)
Methods
inlinehasNext():Bool
See Iterator.hasNext
inlinenext():{value:V, key:K}
See Iterator.next
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/iterators/MapKeyValueIterator.html