elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.util
/
OrderedMap
/
Entry
Entry
class
Entry
<
K
,
V
>
(
val
key
:
K
,
val
value
:
V
)
:
Map.Entry
<
K
,
V
>
Constructors
Properties
Constructors
Entry
Link copied to clipboard
fun
<
K
,
V
>
Entry
(
key
:
K
,
value
:
V
)
Properties
key
Link copied to clipboard
open
override
val
key
:
K
value
Link copied to clipboard
open
override
val
value
:
V