lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.internal.hppc
/
LongArrayList
/
addAll
add
All
fun
addAll
(
list
:
LongArrayList
)
:
Int
Adds all elements from another list.
fun
addAll
(
iterable
:
Iterable
<
LongCursor
>
)
:
Int
Adds all elements from another iterable.