korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure.fakemutable
/
FakeMutableMapEntry
Fake
Mutable
Map
Entry
class
FakeMutableMapEntry
<
K
,
V
>
(
val
entry
:
Map.Entry
<
K
,
V
>
)
:
MutableMap.MutableEntry
<
K
,
V
>
Members
Constructors
Fake
Mutable
Map
Entry
Link copied to clipboard
constructor
(
entry
:
Map.Entry
<
K
,
V
>
)
Properties
entry
Link copied to clipboard
val
entry
:
Map.Entry
<
K
,
V
>
key
Link copied to clipboard
open
override
val
key
:
K
value
Link copied to clipboard
open
override
val
value
:
V
Functions
set
Value
Link copied to clipboard
open
override
fun
setValue
(
newValue
:
V
)
:
V