Thread
:
Hashtable(int initialCapacity, float loadFactor)
View Single Post
#
2
(
permalink
)
11-21-2007, 08:51 AM
m_srikanth
Member
Join Date: Nov 2007
Posts: 8
The load factor is a measure of how full the hash table is allowed to get before its capacity is automatically increased.
check the API for further information :
JAVA API for HashTable
m_srikanth
View Public Profile
Send a private message to m_srikanth
Find all posts by m_srikanth