StringMap allows mapping of String keys to arbitrary values.

See Map for documentation details.

See:

Constructor

@:has_untypednew ()

Creates a new StringMap.

Methods

@:has_untypedinlineexists (key:String):Bool

@:has_untypedinlineget (key:String):Null<T>

@:has_untypediterator ():Iterator<T>

@:has_untypedkeys ():Iterator<String>

@:has_untypedinlineremove (key:String):Bool

@:has_untypedinlineset (key:String, value:T):Void