Open this page in the API Guide
StringHashSet.remove Method
Removes a value pair 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.