W3cubDocs

/Haxe HashLink

IntMap(IntMapData)

package hl.types

Available on hl

Constructor

@:impl @:extern inline new ()

Methods

@:impl @:hlNative("std","hiexists") exists (this:IntMapData):Bool

@:impl @:hlNative("std","higet") get (this:IntMapData):Dynamic

@:impl @:extern inline iterator ():NativeArrayIterator_Dynamic

@:impl @:hlNative("std","hikeys") keysArray ():NativeArray<Int>

@:impl @:hlNative("std","hiremove") remove (this:IntMapData):Bool

@:impl @:hlNative("std","hiset") set (this:IntMapData, key:Int):Void

@:impl @:hlNative("std","hivalues") valuesArray ():NativeArray<Dynamic>

Static methods

@:impl @:extern static inline new ()

@:impl @:hlNative("std","hiexists") static exists (this:IntMapData):Bool

@:impl @:hlNative("std","higet") static get (this:IntMapData):Dynamic

@:impl @:extern static inline iterator ():NativeArrayIterator_Dynamic

@:impl @:hlNative("std","hikeys") static keysArray ():NativeArray<Int>

@:impl @:hlNative("std","hiremove") static remove (this:IntMapData):Bool

@:impl @:hlNative("std","hiset") static set (this:IntMapData, key:Int):Void

@:impl @:hlNative("std","hivalues") static valuesArray ():NativeArray<Dynamic>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/hl/types/IntMap.html