toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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
>
>