API Documentation
class
HaxeKVIterator<
K
,
V
>
package
borogove
import
borogove.Map
@:directlyUsed
Constructor
inline
new
(
jsIterator:
Iterator
<
KeyValue
<
K
,
V
>>
)
Methods
inline
hasNext
():
Bool
inline
next
():{value:
V
, key:
K
}