getKeyId

abstract fun getKeyId(key: String): Int(source)

Retrieves a unique identifier corresponding to the provided key.

Return

An integer representing the unique identifier of the specified key.

Parameters

key

The string representation of the key for which the identifier is needed.