boolean addAll ( Object collection, Object collection2 )
boolean addAll ( Object collection, Object collection2 )
Name | Type | Description |
---|---|---|
collection | Object | The Collection object |
collection2 | Object | Collection containing elements to be added to this collection |
Type | Description |
---|---|
boolean | true, If this collection changed as a result of the call |