get

operator fun get(key: Iterable<K>): V?

Fetch the value associated with the specified key, if any.

Return

The value associated with key, if any.

Parameters

key

The search key.