addAll

open override fun addAll(elements: Collection<T>): Boolean

Adds all of the elements of the specified set to this set.

Return

true if any of the specified elements was added to the set, false if the set was not modified.

Throws

if any of elements doesn't present in the map.