AbstractMap offers implementations of methods needed by most concrete
Map implementations.
static public function getStringifier(Void):StringifierReturns the stringifier that stringifies maps.
If no stringifier has been set manually an instance of class MapStringifier will be returned.
the stringifier that stringifies maps
static public function setStringifier(mapStringifier:Stringifier):VoidSets the new stringifier that stringifies maps.
If you set a stringifier of value null or undefined the static
method getStringifier will return the default stringifier.
mapStringifier | the new map stringifier |