containsKey

inline fun <T> SparseArray<T>.containsKey(key: Int): Boolean(source)

Returns true if the collection contains key.