ListStringifier
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Implements: | |
| Author: | Christoph Atteneder, Simon Wacker |
| Classpath: | org.as2lib.data.holder.list.ListStringifier |
| File last modified: | Saturday, 04 June 2005, 14:37:00 |
Summary
Instance methods
execute
function execute (
target) : String
Stringifies passed-in
{link List}.
target that must be an instance of type{link List}.
The string representation is constructed as follows:
[firstlyAddedValue, secondlyAddedValue, ...]
Parameters:
target:
the list target to stringify
Returns:
the string representation of the passed-in
targetSpecified by: