getFirst

abstract fun getFirst(key: K): V?

Return the first value for the given key.

Return

the first value for the specified key, or null if none

Parameters

key

the key