containsKey

abstract fun containsKey(name: Any): Boolean

Returns true if this collection contains an item with the given name.

Return

true if this collection contains an item with the given name.

Parameters

name

The name of the item.