Sets an application specific load factor for a hash set.
Sets an application specific load factor for a hash set. For tree sets this function does nothing.The load factor has to be between 0.1 and 0.9, the default load factor used ins 0.75.
This method has a time complexity of O(1).