Iterator

class Iterator(val map: IntIntMap)

Constructors

Link copied to clipboard
constructor(map: IntIntMap)

Properties

Link copied to clipboard

Functions

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