Collections.addAll()

Signature

boolean addAll ( Object collection, Object collection2 )

Domain

ACTION

Description

Inserts all of the elements in the specified collection into this collection at the specified position.

Parameters

NameTypeDescription
collectionObjectThe Collection object
collection2ObjectCollection containing elements to be added to this collection

Returns

TypeDescription
booleantrue, If this collection changed as a result of the call

Cautions

none