Removes all of the elements from this list (optional operation). The list will be empty after this call returns.
Syntax
Exceptions
Exception | Description |
java.lang.UnsupportedOperationException | if the clear operation is not supported by this list |
See Also