-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
rc1
-
sparc
-
solaris_2.5
-
Verified
Inconsistant default capacity described at constructor HashSet() and HashSet(Collection). For HashSet(), the default capacity is described as "default capacity", where it is described as "eleven" at HashSet(Collection).
The description for default capacity should be consistent. It should use "default capacity" or "eleven" for both of them.
The same problem exists in Hashtable and HashMap as well.
The description for default capacity should be consistent. It should use "default capacity" or "eleven" for both of them.
The same problem exists in Hashtable and HashMap as well.
- relates to
-
JDK-4390384 Document the default capacity for HashMap, Hashtable, ArrayList, etc.
-
- Resolved
-