- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>
public class IdentityHashMap<K,V>
extends java.util.IdentityHashMap<K,V>
The Harmony IdentityHashMap implementation has a bug in entrySet() where
it returns a set of Map.Entry's which, when setValue() is called, do not
actually mutate the underlying Map. This bug is reported as HARMONY-6419
(http://issues.apache.org/jira/browse/HARMONY-6419).
(Harmony is found on Android in the form of the Dalvik compiler/runtime).
This is also described in [#18167].
- See Also:
- Serialized Form