Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
4803
Description
The current implementation does not correctly retain iteration order, even though it promises to do so (and is used in those contexts).
Furthermore the implementation retains KeySet from the original map if such a mapping does not exist.
And the .equals() implementation does not conform to Map.equals() contract.