addAll

open fun addAll(otherList: NodeList<N>)(source)


open fun addAll(c: Collection<out N>): Boolean(source)

See also


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

See also