korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
IntArrayList
/
add
add
fun
add
(
v0
:
Int
)
fun
add
(
v0
:
Int
,
v1
:
Int
)
fun
add
(
v0
:
Int
,
v1
:
Int
,
v2
:
Int
)
fun
add
(
v0
:
Int
,
v1
:
Int
,
v2
:
Int
,
v3
:
Int
)
fun
add
(
v0
:
Int
,
v1
:
Int
,
v2
:
Int
,
v3
:
Int
,
v4
:
Int
)
fun
add
(
v0
:
Int
,
v1
:
Int
,
v2
:
Int
,
v3
:
Int
,
v4
:
Int
,
v5
:
Int
)
fun
add
(
values
:
IntArray
,
offset
:
Int
=
0
,
length
:
Int
=
values.size
)
fun
add
(
values
:
IntArrayList
)
fun
add
(
values
:
Iterable
<
Int
>
)