getIfPresent

abstract fun getIfPresent(key: K): V?

根据键获取值,如果不存在返回 null

Return

Parameters

key