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