Dear Java Programmer:
 
I have the following code:
 
 HashSet hs = new HashSet(5, 0.5f);

There is a constructor which initializes the hash set to initial capacity of 5 
and a load factor of ?
 
I do not understand "0.5f"?
 
Also, I understand what a bucket sort is but not too sure what a "backing map" 
is and how this is related to the instance of?
Thanks.
 
Respects,

JKid314159
http://existentialists.blogspot.com/
 
 
 


      
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to 
javaprogrammingwithpassion-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to