littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util.datastructure
/
ShortArrayList
/
add
add
fun
add
(
v0
:
Short
)
fun
add
(
v0
:
Short
,
v1
:
Short
)
fun
add
(
v0
:
Short
,
v1
:
Short
,
v2
:
Short
)
fun
add
(
v0
:
Short
,
v1
:
Short
,
v2
:
Short
,
v3
:
Short
)
fun
add
(
v0
:
Short
,
v1
:
Short
,
v2
:
Short
,
v3
:
Short
,
v4
:
Short
)
fun
add
(
v0
:
Short
,
v1
:
Short
,
v2
:
Short
,
v3
:
Short
,
v4
:
Short
,
v5
:
Short
)
fun
add
(
values
:
ShortArray
,
offset
:
Int
=
0
,
length
:
Int
=
values.size
)
fun
add
(
values
:
ShortArrayList
)
fun
add
(
values
:
Iterable
<
Short
>
)