platform-collections
0.1.0-SNAPSHOT
common
darwin
js
unspecialized
platform-collections
/
com.jakewharton.platformcollections
/
PlatformSet
Platform
Set
common
darwin
js
unspecialized
expect
class
PlatformSet
<
E
>
actual
value
class
PlatformSet
<
E
>
actual
typealias
PlatformSet
=
JsSet
<
E
>
actual
typealias
PlatformSet
=
LinkedHashSet
<
E
>
Members
Members & Extensions
Constructors
Platform
Set
Link copied to clipboard
common
darwin
expect
constructor
(
)
actual
constructor
(
)
Functions
add
Link copied to clipboard
common
darwin
expect
fun
<
E
>
PlatformSet
<
E
>
.
add
(
item
:
E
)
actual
inline
fun
<
E
>
PlatformSet
<
E
>
.
add
(
item
:
E
)
as
Mutable
Set
Link copied to clipboard
common
darwin
expect
fun
<
E
>
PlatformSet
<
E
>
.
asMutableSet
(
)
:
MutableSet
<
E
>
actual
fun
<
E
>
PlatformSet
<
E
>
.
asMutableSet
(
)
:
MutableSet
<
E
>
as
Set
Link copied to clipboard
inline
fun
<
E
>
PlatformSet
<
E
>
.
asSet
(
)
:
Set
<
E
>
clear
Link copied to clipboard
common
darwin
expect
fun
<
E
>
PlatformSet
<
E
>
.
clear
(
)
actual
inline
fun
<
E
>
PlatformSet
<
E
>
.
clear
(
)
contains
Link copied to clipboard
common
darwin
expect
operator
fun
<
E
>
PlatformSet
<
E
>
.
contains
(
item
:
E
)
:
Boolean
actual
inline operator
fun
<
E
>
PlatformSet
<
E
>
.
contains
(
item
:
E
)
:
Boolean
is
Empty
Link copied to clipboard
common
darwin
expect
fun
<
E
>
PlatformSet
<
E
>
.
isEmpty
(
)
:
Boolean
actual
inline
fun
<
E
>
PlatformSet
<
E
>
.
isEmpty
(
)
:
Boolean
is
Not
Empty
Link copied to clipboard
inline
fun
<
E
>
PlatformSet
<
E
>
.
isNotEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
common
darwin
expect
operator
fun
<
E
>
PlatformSet
<
E
>
.
iterator
(
)
:
MutableIterator
<
E
>
actual
operator
fun
<
E
>
PlatformSet
<
E
>
.
iterator
(
)
:
MutableIterator
<
E
>
remove
Link copied to clipboard
common
darwin
expect
fun
<
E
>
PlatformSet
<
E
>
.
remove
(
item
:
E
)
actual
inline
fun
<
E
>
PlatformSet
<
E
>
.
remove
(
item
:
E
)
to
Mutable
Set
Link copied to clipboard
common
darwin
expect
fun
<
E
>
PlatformSet
<
E
>
.
toMutableSet
(
)
:
MutableSet
<
E
>
actual
inline
fun
<
E
>
PlatformSet
<
E
>
.
toMutableSet
(
)
:
MutableSet
<
E
>
to
Set
Link copied to clipboard
inline
fun
<
E
>
PlatformSet
<
E
>
.
toSet
(
)
:
Set
<
E
>
Properties
size
Link copied to clipboard
common
darwin
expect
val
<
E
>
PlatformSet
<
E
>
.
size
:
Int
actual
val
<
E
>
PlatformSet
<
E
>
.
size
:
Int
storage
Link copied to clipboard
darwin
val
storage
:
NSMutableSet