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
/
asFakeMutable
as
Fake
Mutable
fun
<
K
,
V
>
Map
<
K
,
V
>
.
asFakeMutable
(
)
:
FakeMutableMap
<
K
,
V
>
fun
<
K
>
Set
<
K
>
.
asFakeMutable
(
)
:
FakeMutableSet
<
K
>
fun
<
K
>
Collection
<
K
>
.
asFakeMutable
(
)
:
FakeMutableCollection
<
K
>
fun
<
K
>
Iterator
<
K
>
.
asFakeMutable
(
)
:
FakeMutableIterator
<
K
>
fun
<
K
>
ListIterator
<
K
>
.
asFakeMutable
(
)
:
FakeMutableListIterator
<
K
>
fun
<
K
,
V
>
Set
<
Map.Entry
<
K
,
V
>
>
.
asFakeMutable
(
)
:
MutableSet
<
MutableMap.MutableEntry
<
K
,
V
>
>