Thread
:
Hashtable(int initialCapacity, float loadFactor)
View Single Post
#
1
(
permalink
)
11-20-2007, 11:54 AM
ravian
Senior Member
Join Date: Nov 2007
Posts: 115
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?
Sponsored Links
ravian
View Public Profile
Send a private message to ravian
Find all posts by ravian