Iterator

class Iterator<T>(val map: IntMap<T>)

Constructors

Link copied to clipboard
constructor(map: IntMap<T>)

Properties

Link copied to clipboard
val map: IntMap<T>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun nextKey(): Int
Link copied to clipboard
fun nextValue(): T?