Stringifier
QueueStringifier stringifies instances of type Queue.
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, ...]
target | the target queue to stringifiy |
the string representation of the passed-in target queue