-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
b51
-
sparc
-
solaris_9
URL OF PROBLEM DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/util/HashMap.html
A DESCRIPTION OF THE PROBLEM :
The Javadoc for java.util.HashMap states
'When the number of entries in the hash table exceeds the product of the load factor and the current capacity, the capacity is roughly doubled by calling the rehash method. '
But there is no rehash method in HashMap.
###@###.### 10/30/04 00:00 GMT
http://java.sun.com/j2se/1.5.0/docs/api/java/util/HashMap.html
A DESCRIPTION OF THE PROBLEM :
The Javadoc for java.util.HashMap states
'When the number of entries in the hash table exceeds the product of the load factor and the current capacity, the capacity is roughly doubled by calling the rehash method. '
But there is no rehash method in HashMap.
###@###.### 10/30/04 00:00 GMT