steal


Description:

public bool steal (K key)

Removes a key and its associated value from a GenericSet without calling the key and value destroy functions.

Parameters:

key

the key to remove

hash_table

a GenericSet

Returns:

true if the key was found and removed from the GenericSet