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