API reference
API reference
Select your platform
No SDKs available
No versions available

MapDelegate

MapDelegate

class MapDelegate<KeyT, ValT>(key: Int, component: ComponentBase)

Constructors

NameSummary
MapDelegate
constructor(key: Int, component: ComponentBase)

Functions

NameSummary
containsKey
fun containsKey(k: KeyT): Boolean
get
operator fun get(k: KeyT): ValT?
remove
fun remove(k: KeyT)
set
operator fun set(k: KeyT, v: ValT)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon