Iterator

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val map: FloatMap<T>

Functions

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