View Single Post
  #1 (permalink)  
Old 11-20-2007, 11:54 AM
ravian ravian is offline
Senior Member
 
Join Date: Nov 2007
Posts: 115
ravian is on a distinguished road
Hashtable(int initialCapacity, float loadFactor)
I am confused aboout the following Hashtable constructor:
Code:
Hashtable(int initialCapacity, float loadFactor)
What is loadFactor? Is it the factor by which Hashtable grows?? If yes - why is it in float?
Reply With Quote
Sponsored Links