Access keys

MapStringifier

Kind of class: class
Inherits from: BasicClass
Implements:
Author: Simon Wacker
Classpath: org.as2lib.data.holder.map.MapStringifier
File last modified: Saturday, 04 June 2005, 14:38:22
MapStringifier stringifies instances of type org.as2lib.data.holder.Map.

Summary

Instance methods
Instance methods inherited from BasicClass

Instance methods

execute

function execute (
target) : String
Returns the string representation of the passed-in target.

The target must be an instance of type Map.

The string representation is constructed as follows:

{myFirstKey=myFirstValue, mySecondKey=mySecondValue, ..}
Parameters:
target:
the target map to stringify
Returns:
the string representation of the passed-in target