addAll

open fun addAll(@NotNull c: @NotNull Collection<out T>): Boolean(source)
open fun addAll(index: Int, @NotNull c: @NotNull Collection<out T>): Boolean(source)