-
- All Implemented Interfaces:
public final class HashesKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Integermurmur3Hash32(T data)Hashes a number of Anys with Hashing.murmur3_32. -
-
Method Detail
-
murmur3Hash32
final static <T extends Any> Integer murmur3Hash32(T data)
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
-
-
-
-