class ExperimentalMapAttribute<KeyT, ValT>(keyString: String, key: Int, component: ComponentBase) : AbstractAttribute
<component name="Properties"> <ExperimentalMapAttribute name="settings" keyType="String" valueType="Int" /> </component>
| Name | Summary |
|---|---|
ExperimentalMapAttribute | constructor(keyString: String, key: Int, component: ComponentBase) |
| Name | Summary |
|---|---|
map | var map: <Error class: unknown class> |
mapDelegate | var mapDelegate: MapDelegate<KeyT, ValT> |
| Name | Summary |
|---|---|
get | open override fun get(): Any |
getValue | operator fun getValue(thisRef: Any?, property: KProperty<*>): MapDelegate<KeyT, ValT> |
set | open override fun set(value: Any) |
setValue | operator fun setValue(thisRef: Any?, property: KProperty<*>, value: MapDelegate<KeyT, ValT>) |