boolean containsAll ( Object collection, Object collection2 )boolean containsAll ( Object collection, Object collection2 )| Name | Type | Description |
|---|---|---|
collection | Object | The Collection object |
collection2 | Object | Collection to be checked for containment in this collection |
| Type | Description |
|---|---|
boolean | true, If this collection contains all of the elements of the specified collection |