Removes the specified object from this set. @param object the object to remove. @return true if this set was modified, false otherwise. @throws UnsupportedOperationException when removing from this set is not supported.
(Object object)
| 139 | * when removing from this set is not supported. |
| 140 | */ |
| 141 | public boolean remove(Object object); |
| 142 | |
| 143 | /** |
| 144 | * Removes all objects in the specified collection from this set. |
no outgoing calls
no test coverage detected