Class org.as2lib.data.holder.list.ListStringifier

Implemented Interfaces

Stringifier

Description

ListStringifier is the default stringifier used to stringify List instances.

Method Index

execute()

Inherited from BasicClass

Method Detail

execute

public function execute(target):String

Stringifies passed-in target that must be an instance of type {link List}.

The string representation is constructed as follows:

   [firstlyAddedValue, secondlyAddedValue, ...]
 

Parameters

targetthe list target to stringify

Return

the string representation of the passed-in target

Specified By

execute() in org.as2lib.util.Stringifier