Removes all elements from this set, leaving it empty. @throws UnsupportedOperationException when removing from this set is not supported. @see #isEmpty @see #size
()
| 66 | * @see #size |
| 67 | */ |
| 68 | public void clear(); |
| 69 | |
| 70 | /** |
| 71 | * Searches this set for the specified object. |
no outgoing calls
no test coverage detected