IntMap allows mapping of Int keys to arbitrary values.

See Map for documentation details.

See:

Constructor

@:has_untypednew ()

Creates a new IntMap.

Methods

@:has_untypedinlineexists (key:Int):Bool

@:has_untypedget (key:Int):Null<T>

@:has_untypediterator ():Iterator<T>

@:has_untypedkeys ():Iterator<Int>

@:has_untypedinlineremove (key:Int):Bool

@:has_untypedinlineset (key:Int, value:T):Void