Adapty
androidJvm
Adapty SDK
/
com.adapty.utils
/
ImmutableList
Immutable
List
class
ImmutableList
<
T
>
(
list
:
List
<
T
>
)
:
ImmutableCollection
<
T
,
List
<
T
>
>
Members
Constructors
Immutable
List
Link copied to clipboard
constructor
(
list
:
List
<
T
>
)
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
T