addAll

open override fun addAll(elements: Collection<Int>): Boolean
fun addAll(vararg elements: Int)
fun addAll(elements: Iterable<Int>)