getValue

abstract fun getValue(key: K): V

返回指定键映射到的值。

Return

指定键映射到的值。

Parameters

key

要获取其值的键。

Throws

如果此 MapWrapper 不包含键的映射关系。