ByteswapHashing

scala.util.hashing.ByteswapHashing
See theByteswapHashing companion object
final class ByteswapHashing[T] extends Hashing[T]

A fast multiplicative hash by Phil Bagwell.

Attributes

Companion
object
Source
ByteswapHashing.scala
Graph
Supertypes
trait Hashing[T]
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def hash(v: T): Int

Attributes

Source
ByteswapHashing.scala