Class LinkedIdentityHashMap<K,V>
java.lang.Object
com.google.javascript.jscomp.base.LinkedIdentityHashMap<K,V>
- All Implemented Interfaces:
Serializable
A deterministic drop-in replacement for
interface. Only the methods needed to eliminate
IdentityHashMap
.
This class is actually "map-like" in that it doesn't fully implement the
invalid reference
Map
IdentityHashMap
were defined. The entire
interface could be satisfied in the future if necessary.- See Also: