rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.reactive
/
KeyValuePair
Key
Value
Pair
data
class
KeyValuePair
<
K
,
V
>
(
val
key
:
K
,
val
value
:
V
)
:
Map.Entry
<
K
,
V
>
Content copied to clipboard
Constructors
Properties
Constructors
Key
Value
Pair
Link copied to clipboard
fun
<
K
,
V
>
KeyValuePair
(
key
:
K
,
value
:
V
)
Content copied to clipboard
Properties
key
Link copied to clipboard
open
override
val
key
:
K
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
V
Content copied to clipboard