Ceramic API
class
IntMapKeyValueIterator<
V
>
package
ceramic
import
ceramic.IntMap
@:directlyUsed
@:allow(ceramic.IntMap)
Available on all targets
Methods
inline
hasNext
():
Bool
inline
next
():{value:
V
, key:
Int
}