get

abstract operator fun get(key: K): V?

Returns value by key or null if value is not available.