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.