W3cubDocs

/Haxe

HashMapKeyValueIterator<K, V>

package haxe.iterators

Available on all platforms

Constructor

inlinenew(map:HashMap<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/HashMapKeyValueIterator.html