murmur3Hash32

fun <T> murmur3Hash32(vararg data: T): Int

Hashes a number of Anys with Hashing.murmur3_32. The charset used for strings is Charsets.UTF_16. For Iterable and Sequence, the elements are hashed rather than the Iterable or Sequence itself. If the Iterable or Sequence contains a null element, it is skipped.

Parameters

data

the data to hash