Hashtable.rehash
Class Overview | Class Members | This Package | All Packages
Syntax
protected void rehash()
Description
Rehashes the contents of the hashtable into a hashtable with a larger capacity. This method is called automatically when the number of keys in the hashtable exceeds this hashtable's capacity and load factor.