Class org.as2lib.data.holder.queue.QueueStringifier

org.as2lib.core.BasicClass
   +--org.as2lib.data.holder.queue.QueueStringifier

Implemented Interfaces

Stringifier

Description

QueueStringifier stringifies instances of type Queue.

Method Index

execute()

Inherited from BasicClass

toString()

Method Detail

execute

public function execute(target):String

Returns the string representation of the passed-in target queue.

target must be an instance of type Queue.

The string representation is constructed as follows:

   [firstlyAddedValue, secondlyAddedValue, ...]
 

Parameters

targetthe target queue to stringifiy

Return

the string representation of the passed-in target queue

Specified By

execute() in org.as2lib.util.Stringifier