Remove the specified element from this list.
The behavior is undefined unless element is a valid iterator on this list and the referenced address has not previously been removed (by either remove(), removeAll(), or removeAllAndRelease().
| Name | Description |
|---|---|
| element | iterator referring to the element to remove |