Class org.as2lib.data.holder.map.AbstractMap

org.as2lib.core.BasicClass
   +--org.as2lib.data.holder.map.AbstractMap

Description

AbstractMap offers implementations of methods needed by most concrete Map implementations.

Method Index

getStringifier(), setStringifier()

Inherited from BasicClass

toString()

Method Detail

getStringifier

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.

Return

the stringifier that stringifies maps

setStringifier

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.

Parameters

mapStringifierthe new map stringifier