toggle menu
VideoAndroidSDK
androidJvm
switch theme
search in API
video-sdk
/
com.kaleyra.video_sdk.common.immutablecollections
/
ImmutableSet
Immutable
Set
@
Immutable
data
class
ImmutableSet
<
out
T
>
(
val
value
:
Set
<
T
>
=
setOf()
)
Immutable Set
Parameters
out
T type T
Members
Constructors
Immutable
Set
Link copied to clipboard
constructor
(
value
:
Set
<
T
>
=
setOf()
)
Properties
value
Link copied to clipboard
val
value
:
Set
<
T
>
Set
input set of type T
Functions
count
Link copied to clipboard
fun
count
(
)
:
Int
Returns the count of the element in the immutable set