IntMap allows mapping of Int keys to arbitrary values.
See Map for documentation details.
See also:
Constructor
Methods
Available on cpp, lua, macro, js, flash, hl, neko, php, python
Available on java, cs
Returns an iterator of all values in the hashtable.
Implementation detail: Do not set() any new value while iterating, as it may cause a resize, which will break iteration
Available on cpp, lua, macro, js, flash, hl, neko, php, python
Available on java, cs
Returns an iterator of all keys in the hashtable.
Implementation detail: Do not set() any new value while iterating, as it may cause a resize, which will break iteration
@:has_untyped@:keep@:keepset(key:Int, value:T):Void
Available on cpp, lua, macro, js, flash, hl, neko, php, python
Available on java, cs
Returns an displayable representation of the hashtable content.