An object map that uses integers as key.

Constructor

@:value({ iterable : false, fillFactor : 0.5, size : 16 })new(size:Int = 16, fillFactor:Float = 0.5, iterable:Bool = false)

Variables

@:value(null)read onlyiterableKeys:Array<Int> = null

When this map is marked as iterable, this array will contain every key.

read onlyvalues:Vector<V>

Available on clay

Values as they are stored. Can be used to iterate on values directly, but can contain null values.

read onlyvalues:Vector<Any>

Available on unity

Values as they are stored. Can be used to iterate on values directly, but can contain null values.

Methods