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