View source
class StringMap<T>
package haxe.ds
implements IMap<String, T>, IteratorAggregate<T>
Available on all platforms
StringMap allows mapping of String keys to arbitrary values.
See Map for documentation details.
See also:
Constructor
Methods
iterator():Iterator<T>
Available on php, hl, js, flash, lua, neko, python, cpp, macro
See Map.iterator
iterator():Iterator<T>
Available on cs, 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