class haxe.ds.StringMap<T> implements IMap<String, T>
Available on all platformsStringMap allows mapping of String keys to arbitrary values.
See Map for documentation details.
Instance Fields
function iterator():Iterator<T>
Available on cpp, flash, flash8, js, macro, neko, phpSee Map.iterator
function iterator():Iterator<T>
Available on cs, javaReturns 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