IntDoubleCursor

Forked from HPPC, holding int index,key and value

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var index: Int

The current key and value's index in the container this cursor belongs to. The meaning of this index is defined by the container (usually it will be an index in the underlying storage buffer).

Link copied to clipboard
var key: Int

The current key.

Link copied to clipboard

The current value.

Functions

Link copied to clipboard
open override fun toString(): String