Inherited from Serializable
Inherited from java.io.Serializable
Inherited from Product
Inherited from Equals
Inherited from Any
Inherited by implicit conversion any2stringadd from
RefId[E] to StringAdd
Inherited by implicit conversion any2stringfmt from
RefId[E] to StringFormat
Inherited by implicit conversion any2ArrowAssoc from
RefId[E] to ArrowAssoc[RefId[E]]
Inherited by implicit conversion any2Ensuring from
RefId[E] to Ensuring[RefId[E]]
A wrapper for a value, which uses reference equality of the wrapped value as its own equality. This can be used, for example, to get the equivalent of an
IdentityHashMap
from a regularHashMap
.