-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b43
-
sparc
-
solaris_9
-
Verified
The entrySet() javadoc does not explicitely say the key in the returned Set is wrapped into a List (modifiable or not, that's another point).
However, the current Sun's implementation is done that way so there is somewhat a disconnect between specification and implementation.
I wonder if the sentence '/Each key contained in this set is an unmodifiable List./' taken from keySet() javadoc should not be present too in entrySet() javadoc, possibly rephrased though ?
###@###.### 2005-2-11 08:15:22 GMT
However, the current Sun's implementation is done that way so there is somewhat a disconnect between specification and implementation.
I wonder if the sentence '/Each key contained in this set is an unmodifiable List./' taken from keySet() javadoc should not be present too in entrySet() javadoc, possibly rephrased though ?
###@###.### 2005-2-11 08:15:22 GMT
- relates to
-
JDK-5100192 Specify that TabularData[Support].keySet() returns Set<List<Object>>
-
- Resolved
-