treemap
Toggle table of contents
2025.0.1
common
Platform filter
common
Switch theme
Search in API
treemap
treemap
/
com.treemap
/
MutableAlgorithmProperty
Mutable
Algorithm
Property
class
MutableAlgorithmProperty
(
algorithm
:
Algorithm
?
)
:
AbstractMutableProperty
<
Algorithm
?
>
Members
Constructors
Mutable
Algorithm
Property
Link copied to clipboard
constructor
(
algorithm
:
Algorithm
?
)
Properties
value
Link copied to clipboard
open
override
var
value
:
Algorithm
?
Functions
add
Property
Listener
Link copied to clipboard
open
override
fun
addPropertyListener
(
listener
:
PropertyListener
<
Algorithm
?
>
)
add
Weak
Property
Listener
Link copied to clipboard
open
override
fun
addWeakPropertyListener
(
listener
:
PropertyListener
<
Algorithm
?
>
)
get
Value
Link copied to clipboard
open
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Algorithm
?
remove
Property
Listener
Link copied to clipboard
open
override
fun
removePropertyListener
(
listener
:
PropertyListener
<
Algorithm
?
>
)
set
Value
Link copied to clipboard
open
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Algorithm
?
)