IntMap allows mapping of Int keys to arbitrary values.

See Map for documentation details.

See:

Constructor

new ()

Creates a new IntMap.

Methods

inline exists (key:Int):Bool

get (key:Int):Null<T>

inline remove (key:Int):Bool

inline set (key:Int, value:T):Void