kotlinx-collections-immutable
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
kotlinx-collections-immutable
kotlinx-collections-immutable
/
kotlinx.collections.immutable.adapters
/
ImmutableMapAdapter
Immutable
Map
Adapter
class
ImmutableMapAdapter
<
K
,
out
V
>
(
impl
:
Map
<
K
,
V
>
)
:
ImmutableMap
<
K
,
V
>
,
Map
<
K
,
V
>
(
source
)
Members
Constructors
Immutable
Map
Adapter
Link copied to clipboard
constructor
(
impl
:
Map
<
K
,
V
>
)
Properties
entries
Link copied to clipboard
open
override
val
entries
:
ImmutableSet
<
Map.Entry
<
K
,
V
>
>
keys
Link copied to clipboard
open
override
val
keys
:
ImmutableSet
<
K
>
values
Link copied to clipboard
open
override
val
values
:
ImmutableCollection
<
V
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String