Constructor
Methods
iterator():Iterator<T>
Available on macro, js, cpp, hl, neko, php, flash, python, lua
See Map.iterator
iterator():Iterator<T>
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