<component name="Properties"> <ExperimentalMapAttribute name="settings" keyType="String" valueType="Int" /> </component>
class ExperimentalMapAttribute<KeyT, ValT>(key: Int, component: ComponentBase, attributeIndex: Int) : AbstractAttribute
ExperimentalMapAttribute
(
key
, component
, attributeIndex
)
|
Signature
constructor(key: Int, component: ComponentBase, attributeIndex: Int) Parameters key: Int
The integer key for this attribute
attributeIndex: IntReturns ExperimentalMapAttribute |
map
: mutableMapOf<KeyT, ValT>()
[Get][Set] |
Signature
var map: mutableMapOf<KeyT, ValT>() |
mapDelegate
: MapDelegate
[Get][Set] |
Signature
var mapDelegate: MapDelegate<KeyT, ValT> |
version
: ULong
[Get][Set] |
Signature
open override var version: ULong |
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 |