klyn.collections.HashMapSync.toString
method
public native override toString() as String
Description

Returns the s:{...} representation of the entries.

Returns

A Klyn synchronized hash-map literal representation.

Example
values = HashMapSync<String, Int>()
values["answer"] = 42
assert values.toString() == "s:{\"answer\": 42}"