Class LinkedIdentityHashSet<E>
java.lang.Object
com.google.javascript.jscomp.base.LinkedIdentityHashSet<E>
- All Implemented Interfaces:
Serializable
A deterministic drop-in replacement for
.
invalid reference
Sets.newIdentityHashSet
This class is actually "set-like" in that it doesn't fully implement the
interface. Only the methods needed to eliminate
invalid reference
Set
were defined. The
entire interface could be satisfied in the future if necessary.invalid reference
Sets.newIdentityHashSet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinkedIdentityHashSet
public LinkedIdentityHashSet()
-
-
Method Details
-
contains
-
add
-
remove
-