get

abstract operator override fun get(name: CharSequence): Any?(source)

Retrieves the value associated with the given key.

Return

the value associated with the key, or null if the key is not found

Parameters

name

the key to search for in the collection