<component name="Properties"> <ExperimentalMapAttribute name="settings" keyType="String" valueType="Int" /> </component>
class ExperimentalMapAttribute<KeyT, ValT>(keyString: String, key: Int, component: ComponentBase) : AbstractAttribute
ExperimentalMapAttribute
(
keyString
, key
, component
)
|
Signature
constructor(keyString: String, key: Int, component: ComponentBase) Parameters keyString: String
The string key for this attribute
key: Int
The integer key for this attribute
Returns ExperimentalMapAttribute |
map
: mutableMapOf<KeyT, ValT>()
[Get][Set] |
Signature
var map: mutableMapOf<KeyT, ValT>() |
mapDelegate
: MapDelegate
[Get][Set] |
Signature
var mapDelegate: MapDelegate<KeyT, ValT> |
get
()
|
Signature
open override fun get(): Any Returns Any |
getValue
(
thisRef
, property
)
|
Signature
operator fun getValue(thisRef: Any?, property: KProperty<*>): MapDelegate<KeyT, ValT> Parameters thisRef: Any?property: KPropertyReturns MapDelegate |
set
(
value
)
|
Signature
open override fun set(value: Any) Parameters value: Any |
setValue
(
thisRef
, property
, value
)
|
Signature
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: MapDelegate<KeyT, ValT>) Parameters thisRef: Any?property: KPropertyvalue: MapDelegate |