AbstractMap
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Known subclasses: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.data.holder.map.AbstractMap |
| File last modified: | Wednesday, 06 April 2005, 13:18:24 |
AbstractMap offers implementations of methods needed by most concreteorg.as2lib.data.holder.Map implementations.
Summary
Class methods
Class methods
getStringifier
static 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.
Returns:
the stringifier that stringifies maps
setStringifier
static 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.
Parameters:
mapStringifier:
the new map stringifier