Available on all platforms
StringMap allows mapping of String keys to arbitrary values.
See Map
for documentation details.
Instance Fields
function iterator():Iterator<T>
Available on java
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