scala.util.hashing.Hashing
See theHashing companion object trait Hashing[T] extends SerializableHashing
is a trait whose instances each represent a strategy for hashing instances of a type.
Hashing
's companion object defines a default hashing strategy for all objects - it calls their ##
method.
Note: when using a custom Hashing
, make sure to use it with the Equiv
such that if any two objects are equal, then their hash codes must be equal.
trait
Serializableclass
Objecttrait
Matchableclass
Anyclass
MangledHashing[
K]
class
ByteswapHashing[
T]
class
Default[
T]
class
ArrayHashing[
T]
(
x:
T):
Int AttributesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4