klyn.collections.HashMap.HashMap
constructor
public HashMap():
Description

Creates an empty hash map.

import klyn.collections

values = HashMap<String, Int>()
values["answer"] = 42