public HashMapSync():
Creates an empty synchronized hash map.
import klyn.collections values = HashMapSync<String, Int>() values["answer"] = 42