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