Load factor

  • Thread starter Thread starter Maya
  • Start date Start date
M

Maya

Is there any reason why my hashtable load factor doesn't accept the
value i assign to? it always resets it self to the default which is
0.72f although i initialized the table using:

HashTable HT = new HasTable(100,1.0f)

Thank you,

Maya.
 
And how might you be determining that your Hashtable has a different load
factor
than the one passed in your constructor? Could you please post a short but
complete code example?
Peter
 
Back
Top