boolean remove ( Object collection, Object element )
boolean remove ( Object collection, Object element )
Name | Type | Description |
---|---|---|
collection | Object | The Collection Object |
element | Object | Element to be removed from this collection, if present |
Type | Description |
---|---|
boolean | true, If this collection contained the specified element |