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