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
/
ImmutableSetAdapter
Immutable
Set
Adapter
class
ImmutableSetAdapter
<
E
>
(
impl
:
Set
<
E
>
)
:
ImmutableCollectionAdapter
<
E
>
,
ImmutableSet
<
E
>
(
source
)
Members
Constructors
Immutable
Set
Adapter
Link copied to clipboard
constructor
(
impl
:
Set
<
E
>
)