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
IdentityHashMap
.
This class is actually "map-like" in that it doesn't fully implement the
interface. Only the methods needed to eliminate invalid reference
Map
IdentityHashMap
were defined. The entire
interface could be satisfied in the future if necessary.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinkedIdentityHashMap
public LinkedIdentityHashMap()
-
-
Method Details
-
get
-
put
-
computeIfAbsent
-
merge
-
forEach
-