final object Hashable

Constructors

Members

[+] final val HashUnknown : 1234

A value that indicates that the hash code is unknown

A value that indicates that the hash code is unknown

[+] final val HashUnknownAlt : 4321

An alternative value if computeHash would otherwise yield HashUnknown

An alternative value if computeHash would otherwise yield HashUnknown

[+] final val NotCached : 0

A hash value indicating that the underlying type is not cached in uniques.

A hash value indicating that the underlying type is not cached in uniques.

[+] final val NotCachedAlt : -2147483648

An alternative value returned from hash if the computed hashCode would be NotCached.

An alternative value returned from hash if the computed hashCode would be NotCached.