Open this page in the API Guide
HashSet.remove Method
Removes a value from the hash set.
Parameters
- value
-
Type: Object - May be null
The value to remove.
Return Value
Type: Boolean
True if the hash set contained the value and removed it, false otherwise.