toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
MutableListEx
/
addAll
add
All
open
fun
addAll
(
elements
:
FastArrayList
<
E
>
)
:
Boolean
open
fun
addAll
(
elements
:
FastArrayList
<
E
>
,
offset
:
Int
=
0
,
size
:
Int
=
elements.size - offset
)