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
/
DoubleDeque
/
addAll
add
All
fun
addAll
(
array
:
DoubleArray
)
:
Boolean
fun
addAll
(
list
:
List
<
Double
>
)
:
Boolean
fun
addAll
(
items
:
Iterable
<
Double
>
)
:
Boolean
open
override
fun
addAll
(
elements
:
Collection
<
Double
>
)
:
Boolean