platform-collections
common
darwin
js
unspecialized
platform-collections
/
com.jakewharton.platformcollections
/
PlatformMap
Platform
Map
common
darwin
js
unspecialized
expect
class
PlatformMap
<
K
,
V
>
actual
value
class
PlatformMap
<
K
,
V
>
actual
typealias
PlatformMap
=
JsMap
<
K
,
V
>
actual
typealias
PlatformMap
=
LinkedHashMap
<
K
,
V
>
Constructors
Properties
Extensions
Constructors
Platform
Map
Link copied to clipboard
common
darwin
expect
fun
PlatformMap
(
)
actual
fun
PlatformMap
(
)
Properties
storage
Link copied to clipboard
darwin
val
storage
:
NSMutableDictionary
Extensions
as
Map
Link copied to clipboard
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
asMap
(
)
:
Map
<
K
,
V
>
as
Mutable
Map
Link copied to clipboard
common
darwin
expect
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
asMutableMap
(
)
:
MutableMap
<
K
,
V
>
actual
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
asMutableMap
(
)
:
MutableMap
<
K
,
V
>
clear
Link copied to clipboard
common
darwin
expect
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
clear
(
)
actual
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
clear
(
)
contains
Link copied to clipboard
common
darwin
expect
operator
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
contains
(
key
:
K
)
:
Boolean
actual
inline operator
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
contains
(
key
:
K
)
:
Boolean
get
Link copied to clipboard
common
darwin
expect
operator
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
get
(
key
:
K
)
:
V
?
actual
inline operator
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
get
(
key
:
K
)
:
V
?
is
Empty
Link copied to clipboard
common
darwin
expect
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
isEmpty
(
)
:
Boolean
actual
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
isEmpty
(
)
:
Boolean
is
Not
Empty
Link copied to clipboard
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
isNotEmpty
(
)
:
Boolean
put
Link copied to clipboard
common
darwin
expect
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
put
(
key
:
K
,
value
:
V
)
actual
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
put
(
key
:
K
,
value
:
V
)
remove
Link copied to clipboard
common
darwin
expect
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
remove
(
key
:
K
)
actual
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
remove
(
key
:
K
)
size
Link copied to clipboard
common
darwin
expect
val
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
size
:
Int
actual
val
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
size
:
Int
to
Map
Link copied to clipboard
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
toMap
(
)
:
Map
<
K
,
V
>
to
Mutable
Map
Link copied to clipboard
common
darwin
expect
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
toMutableMap
(
)
:
MutableMap
<
K
,
V
>
actual
inline
fun
<
K
,
V
>
PlatformMap
<
K
,
V
>
.
toMutableMap
(
)
:
MutableMap
<
K
,
V
>