org.as2lib.core.BasicClass +--org.as2lib.data.holder.map.AbstractMap
AbstractMap
offers implementations of methods needed by most concrete
Map implementations.
static public function getStringifier(Void):Stringifier
Returns 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):Void
Sets 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 |