has

open fun has(key: String): Boolean

Return true if this map has an entry with the specified key, otherwise false.

Return

true if this map has an entry with the specified key, otherwise false.

Parameters

key

Entry key.